Skip to content

Commit

Permalink
💄 Using filter for box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed May 3, 2024
1 parent 64ea362 commit 12eea84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const onOptionSelected = (option: string) => {
min-width: 190px;
font-size: var(--font-size-2xs);
background: var(--color-background-xlight);
box-shadow: 0px 6px 16px 0px #441c170f;
filter: drop-shadow(0px 6px 16px #441c170f);
border: var(--border-width-base) var(--border-style-base) var(--color-foreground-light);
border-radius: var(--border-radius-base);
Expand Down

0 comments on commit 12eea84

Please sign in to comment.