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