From dec030d6b15a81c000dfef7f59bab6c3ee210f91 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 26 May 2024 18:13:53 +0800 Subject: [PATCH] fix: resolve shadows not displaying when set to disable frosted glass --- src/styles/variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index e07b08de..ae142a82 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -203,8 +203,8 @@ --bew-content-opacity: 1; --bew-filter-glass-1: none; --bew-filter-glass-2: none; - --bew-shadow-edge-glow-1: none; - --bew-shadow-edge-glow-2: none; + --bew-shadow-edge-glow-1: 0 0 0 transparent; + --bew-shadow-edge-glow-2: 0 0 0 transparent; } :host(.reduce-frosted-glass-blur),