fix(style): Card shadows
This commit is contained in:
parent
374e0c3313
commit
68c5546ca1
|
@ -115,7 +115,7 @@ const attributes = computed(() =>
|
|||
|
||||
color: var(--fw-text-color);
|
||||
background-color: var(--fw-bg-color);
|
||||
box-shadow: 0 3px 12px 2px rgb(0 0 0 / 20%);
|
||||
box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 20%);
|
||||
|
||||
border-radius: var(--fw-border-radius);
|
||||
font-size: 1rem;
|
||||
|
|
Loading…
Reference in New Issue