Skip to content

Commit

Permalink
Update ButtonStore.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeiis authored Jan 22, 2024
1 parent 3059fc5 commit 1337fe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function ButtonStore({
case ButtonStyle.CATEGORY_BTN_Y:
return (
<button
className={`${style} bg-yellow-200 border border-black rounded-2xl pb-[5px]`}
className={`${style} bg-yellow-200 border border-black rounded-2xl pb-[5px] px-1.5 py-0.5`}
onClick={onClickFunction}>
{children}
</button>
Expand Down

0 comments on commit 1337fe0

Please sign in to comment.