From 6e5517a89a9c1df0d13d7a33366bbfbd27ab54eb Mon Sep 17 00:00:00 2001 From: Hakadao Date: Mon, 24 Feb 2025 10:10:47 +0800 Subject: [PATCH] chore: tweak styles --- src/styles/variables.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 7d27f533..7e6cba2a 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -38,12 +38,12 @@ 0 30px 40px -8px rgb(0 0 0 / 0.12); // Use this to imitate the frosted glass edge effect in components with a frosted glass design (except dialogs) - --bew-shadow-edge-glow-1: inset 1px 1px 1px -0.5px rgba(255, 255, 255, 0.2), - inset -1px -1px 1px -0.5px rgba(255, 255, 255, 0.12), inset 0 0 10px rgba(255, 255, 255, 0.6); + --bew-shadow-edge-glow-1: inset 1px 1px 1px -0.5px rgba(255, 255, 255, 0.34), + inset -1px -1px 1px -0.5px rgba(255, 255, 255, 0.14), inset 0 0 10px rgba(255, 255, 255, 0.6); // Use this for dialogs with the frosted glass effect - --bew-shadow-edge-glow-2: inset 1px 1px 1px -0.5px rgba(255, 255, 255, 0.2), - inset -1px -1px 1px -0.5px rgba(255, 255, 255, 0.12), inset 0 0 14px rgba(255, 255, 255, 0.62); + --bew-shadow-edge-glow-2: inset 1px 1px 1px -0.5px rgba(255, 255, 255, 0.34), + inset -1px -1px 1px -0.5px rgba(255, 255, 255, 0.14), inset 0 0 14px rgba(255, 255, 255, 0.62); // #endregion