Skip to content

Commit

Permalink
fix: Cardの背景画像が表示されない不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-shobon committed Nov 7, 2024
1 parent 596954c commit 2c70ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Card = forwardRef<HTMLDivElement, CardProps>(
return (
<Comp
className={cn(
"rounded-lg border-4 border-white bg-image-card bg-zinc-500 shadow-lg",
"rounded-lg border-4 border-white bg-image-card shadow-lg",
className,
)}
ref={ref}
Expand Down

0 comments on commit 2c70ee8

Please sign in to comment.