Skip to content

Commit

Permalink
Merge pull request #33 from fac29/card-border
Browse files Browse the repository at this point in the history
Removed the border
  • Loading branch information
that-Gui authored Jul 29, 2024
2 parents e4a1e6d + 6a41cb4 commit a82a9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 bg-card/25",
"rounded-lg bg-card text-card-foreground shadow-sm bg-card/25",
className
)}
{...props}
Expand Down

0 comments on commit a82a9c8

Please sign in to comment.