Skip to content

Commit

Permalink
fix modal shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelLaptev authored and mtsgrd committed Aug 17, 2024
1 parent c3f02e6 commit 5b2a58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/lib/modal/Modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
border-radius: var(--radius-l);
background-color: var(--clr-bg-1);
border: 1px solid var(--clr-border-2);
box-shadow: var(--shadow-l);
box-shadow: var(--fx-shadow-l);
overflow: hidden;
}
Expand Down

0 comments on commit 5b2a58a

Please sign in to comment.