diff --git a/lib/components/Toggle/Toggle.module.scss b/lib/components/Toggle/Toggle.module.scss index c4bfbe4..364b27c 100644 --- a/lib/components/Toggle/Toggle.module.scss +++ b/lib/components/Toggle/Toggle.module.scss @@ -10,15 +10,6 @@ $toggle-switch-border-radius: 5px; $line-height: 3.5*$grid-size; -:root { ---color-foreground-inactive: grey; ---color-foreground-default: grey; ---color-accent: lightGrey; ---color-accent-foreground: darkBlue; - ---color-accent-hover: grey; -} - .toggle { @include md-box(inline-block, relative); vertical-align: middle;