Skip to content

Commit

Permalink
Change book card header font size breakpoint
Browse files Browse the repository at this point in the history
 (#144)
  • Loading branch information
kimurash committed Nov 26, 2024
1 parent 3c51395 commit 0e1a1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/books/BookCardCartButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const BookCardCartButton = ({ book }: BookCardCartButtonProps) => {
leftSection={<BiSolidCartAdd size={23} />}
fz={{
base: 10,
sm: 'xs',
md: 'xs',
}}
>
カートに入れる
Expand Down

0 comments on commit 0e1a1d6

Please sign in to comment.