Skip to content

Commit

Permalink
fix: 商品カードの最小サイズを画像の幅に依存しない (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ai authored Nov 20, 2024
1 parent 690d0ba commit 025a5bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/organisms/register/ProductCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export const ProductCard: FC<Props> = memo((props) => {

return (
<Box
w="full"
maxW="300px"
w="300px"
h="fit-content"
bg={"white"}
borderRadius="lg"
Expand Down

0 comments on commit 025a5bb

Please sign in to comment.