fix(card): update shadow style for improved visual effect
This commit is contained in:
parent
f770e56071
commit
6626aae3f7
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue