diff --git a/src/Components/Meter/components/index.module.scss b/src/Components/Meter/components/index.module.scss index cc17b53..b15b76f 100644 --- a/src/Components/Meter/components/index.module.scss +++ b/src/Components/Meter/components/index.module.scss @@ -81,7 +81,4 @@ border-radius: 10rem; background: var(--x-meter-value-even-less-good-bg); } - &::-moz-meter-optimum::slider-fill { - display: none; - } } diff --git a/src/Components/Toast/components/index.module.scss b/src/Components/Toast/components/index.module.scss index dd5c029..1c7ddf1 100644 --- a/src/Components/Toast/components/index.module.scss +++ b/src/Components/Toast/components/index.module.scss @@ -1,12 +1,13 @@ :root { - --x-toast-fg: oklch(0% 0 0 / 0.9); - --x-toast-bg: oklch(0% 0 0 / 0.1); + --x-toast-fg: oklch(100% 0 0 / 0.9); + --x-toast-bg: oklch(0% 0 0 / 0.8); &:global([data-theme="dark"]) { - --x-toast-fg: oklch(100% 0 0 / 0.9); - --x-toast-bg: oklch(100% 0 0 / 0.1); + --x-toast-fg: oklch(0% 0 0 / 0.9); + --x-toast-bg: oklch(100% 0 0 / 0.8); } } .main { + all: unset; position: fixed; bottom: 4rem; left: 50%;