mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: update floating action bar shadow color
The shadow color had a slight blue to it which was probably left over from before the rebrand. This updates the shadow to the color used in pink.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user