Skip to content

Commit

Permalink
More pronounced toast shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Nov 27, 2024
1 parent 4842331 commit 839acfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/common/Toast.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
.toast {
padding: 0.5rem 0.5rem;
border-radius: 0.5rem;
box-shadow: var(--shadow-3);
box-shadow: var(--shadow-2);
display: inline-flex;
align-items: flex-start;
width: 100%;
Expand Down

0 comments on commit 839acfb

Please sign in to comment.