diff --git a/src/renderer/components/switch/switch.module.scss b/src/renderer/components/switch/switch.module.scss index 874555a7c9..b890919c61 100644 --- a/src/renderer/components/switch/switch.module.scss +++ b/src/renderer/components/switch/switch.module.scss @@ -108,7 +108,7 @@ } } -:global(.theme-light) { +@include theme-light { .Switch { --thumb-color-highlight: hsl(0 0% 0% / 25%); @@ -118,4 +118,4 @@ } } } -} \ No newline at end of file +}