Skip to content

Commit

Permalink
Merge pull request #1221 from appwrite/fix-action-bar-shadow
Browse files Browse the repository at this point in the history
Update floating action bar shadow color
  • Loading branch information
stnguyen90 authored Jul 23, 2024
2 parents f259666 + c5bdc78 commit 87367b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/floatingActionBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:global(.theme-dark) .floating-action-bar {
border: 1px solid hsl(var(--color-neutral-85));
background: hsl(var(--color-neutral-90));
box-shadow: 0px 6px 16px 8px #14141f;
box-shadow: 0px 6px 16px 8px hsl(var(--color-neutral-105));
}
:global(.theme-light) .floating-action-bar {
Expand Down

0 comments on commit 87367b8

Please sign in to comment.