style: adjusted the shadow to the card

This commit is contained in:
Riccardo
2024-01-19 22:13:46 +01:00
parent a05f5e5e4c
commit d420ceaf9f
4 changed files with 10 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ const CardTitle = React.forwardRef<
<h3
ref={ref}
className={cn(
'text-2xl font-semibold leading-none tracking-tight',
'text-3xl font-semibold leading-none tracking-tight',
className
)}
{...props}