fix(style): Card shadows

This commit is contained in:
ArneBo 2025-01-19 14:08:13 +01:00
parent 374e0c3313
commit 68c5546ca1
1 changed files with 1 additions and 1 deletions

View File

@ -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;