Skip to content

Commit

Permalink
ifg
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAnkushshah committed Oct 5, 2024
1 parent 842bf17 commit cf0b775
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(
"rounded-lg border bg-card text-card-foreground shadow-sm",
"rounded-lg w-[378px] border bg-card text-card-foreground shadow-sm",
className
)}
{...props}
Expand Down

0 comments on commit cf0b775

Please sign in to comment.