fix(card): update shadow style for improved visual effect

This commit is contained in:
micha 2025-06-09 17:57:00 +02:00
parent f770e56071
commit 6626aae3f7

View file

@ -22,7 +22,7 @@ function Card({ className, ...props }: React.ComponentProps<'div'>) {
/* Outline */
'',
/* Shadow */
'shadow-sm',
'shadow-[4px_4px_9px_9px_rgba(0,0,0,0.25)]',
/* Opacity */
'',
/* Scaling */