We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b66d25 commit a2ad989Copy full SHA for a2ad989
projects/igniteui-angular/src/lib/core/styles/components/switch/_switch-theme.scss
@@ -288,7 +288,7 @@
288
height: rem($switch-height);
289
border: rem(1px) solid var-get($theme, 'border-color');
290
border-radius: var-get($theme, 'border-radius-track');
291
- background: color($color: 'gray', $variant: 600);
+ background: var-get($theme, 'track-off-color');
292
cursor: pointer;
293
user-select: none;
294
transition: $input-transition;
0 commit comments