diff --git a/src/Components/Toast/components/index.module.scss b/src/Components/Toast/components/index.module.scss index 06cf280..74cdbdb 100644 --- a/src/Components/Toast/components/index.module.scss +++ b/src/Components/Toast/components/index.module.scss @@ -1,6 +1,6 @@ :root { --x-toast-fg: hsl(0 0% 100% / 0.95); - --x-toast-bg: hsl(0 0% 0% / 0.15); + --x-toast-bg: hsl(0 0% 0% / 0.75); @media (prefers-color-scheme: dark) { --x-toast-fg: hsl(0 0% 100% / 0.95); --x-toast-bg: hsl(0 0% 100% / 0.15);