summaryrefslogtreecommitdiffstats
path: root/src/styles/base/_helpers.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/base/_helpers.scss')
-rw-r--r--src/styles/base/_helpers.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/base/_helpers.scss b/src/styles/base/_helpers.scss
index 0c3b617..9fe2bd4 100644
--- a/src/styles/base/_helpers.scss
+++ b/src/styles/base/_helpers.scss
@@ -34,7 +34,7 @@
z-index: 100000;
background: var(--color-primary);
box-shadow: fun.convert-px(2) fun.convert-px(2) fun.convert-px(2) 0
- var(--color-shadow);
+ var(--color-shadow-dark);
clip: auto !important;
color: var(--color-fg-inverted);
font-size: var(--font-size-md);