Skip to content

Commit

Permalink
Update src/v1/bookgroup/SimpleGroup.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: harry kim <[email protected]>
  • Loading branch information
WooDaeHyun and hanyugeon authored Oct 19, 2023
1 parent d1641c3 commit db8e6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/bookgroup/SimpleGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SimpleGroup = ({
}: SimpleGroupProps) => {
return (
<div
className="flex h-[15rem] w-[10rem] flex-col gap-[0.5rem]"
className="flex h-[14.9rem] w-[9.9rem] flex-col gap-[0.5rem]"
onClick={eventHandler}
>
<div className="flex h-[11.6rem] w-[10rem] items-center justify-center rounded-[0.534rem] bg-orange-100">
Expand Down

0 comments on commit db8e6c5

Please sign in to comment.