Skip to content

Commit

Permalink
fic card misalignment (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
techmannih authored Jan 4, 2025
1 parent 27cfa6b commit 26acc28
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-xl border border-slate-200 bg-white text-slate-950 shadow dark:border-slate-800 dark:bg-slate-950 dark:text-slate-50",
"rounded-xl border border-slate-200 bg-white text-slate-950 shadow dark:border-slate-800 dark:bg-slate-950 dark:text-slate-50 hover:shadow-lg transition-shadow duration-200 h-full",
className,
)}
{...props}
Expand Down

0 comments on commit 26acc28

Please sign in to comment.