feat: upgrade to tailwindcss v4

This commit is contained in:
Aarnav Tale 2025-05-29 09:45:47 -04:00
parent e173376319
commit b7009e387b
No known key found for this signature in database
31 changed files with 374 additions and 1228 deletions

View file

@ -15,7 +15,7 @@ function Card({ variant = 'raised', ...props }: Props) {
'w-full max-w-md rounded-3xl p-5',
variant === 'flat'
? 'bg-transparent shadow-none'
: 'bg-headplane-50/50 dark:bg-headplane-950/50 shadow-sm',
: 'bg-headplane-50/50 dark:bg-headplane-950/50 shadow-xs',
'border border-headplane-100 dark:border-headplane-800',
props.className,
)}