Skip to content

Commit 358d6df

Browse files
authored
Merge branch 'master' into mdragnev/refactor-density
2 parents 1a17280 + a2ad989 commit 358d6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/switch/_switch-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
height: rem($switch-height);
289289
border: rem(1px) solid var-get($theme, 'border-color');
290290
border-radius: var-get($theme, 'border-radius-track');
291-
background: color($color: 'gray', $variant: 600);
291+
background: var-get($theme, 'track-off-color');
292292
cursor: pointer;
293293
user-select: none;
294294
transition: $input-transition;

0 commit comments

Comments
 (0)