Skip to content

Commit

Permalink
Update card.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanmahe authored Nov 15, 2024
1 parent 9639f97 commit 5fa524f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Card = React.forwardRef<
<div
ref={ref}
className={cn(
"text-card-foreground shadow-sm",
"text-card-foreground",
className
)}
{...props}
Expand Down

0 comments on commit 5fa524f

Please sign in to comment.