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

This commit is contained in:
micha 2025-06-09 17:57:00 +02:00
parent 47f08a9bf7
commit 2484546be3

View file

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