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:
Steven Nguyen
2024-07-19 22:02:26 +00:00
parent a9a2b145d2
commit c5bdc78d9e
+1 -1
View File
@@ -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 {