Skip to content

Commit

Permalink
Tweak title style a little
Browse files Browse the repository at this point in the history
  • Loading branch information
sembrestels committed Sep 26, 2024
1 parent bf11e9c commit e96d320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/ui/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const CardTitle = React.forwardRef<
<h3
ref={ref}
className={cn(
"text-2xl font-serif leading-none tracking-tight text-accent text-center",
"text-2xl font-serif leading-tight tracking-tight text-accent text-center",
className,
)}
{...props}
Expand Down

0 comments on commit e96d320

Please sign in to comment.