Skip to content

Commit

Permalink
[Fix] kdt-8-4#14 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeiis committed Mar 27, 2024
1 parent 37129bd commit 83ce192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function ButtonStore({
case ButtonStyle.CATEGORY_BTN_Y:
return (
<button
className={`${style} bg-yellow-200 border border-black rounded-2xl`}
className={`${style} bg-yellow-200 border border-black rounded-2xl px-1.5 py-0.5`}
onClick={onClickFunction}>
{children}
</button>
Expand Down

0 comments on commit 83ce192

Please sign in to comment.