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