Skip to content

Commit 002707e

Browse files
didimmovasimeonoff
andauthored
fix(switch): update switch using the new thumb hover property (#16110)
* fix(switch): update switch using the new thumb hover property * chore(theming): bump theming version * chore(npm): bump theming in release package.json --------- Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 98b440d commit 002707e

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
@@ -132,7 +132,7 @@
132132

133133
@if $variant != 'material' {
134134
%switch-thumb {
135-
background: var-get($theme, 'border-hover-color');
135+
background: var-get($theme, 'thumb-off-hover-color');
136136
}
137137

138138
%switch-thumb--x {

0 commit comments

Comments
 (0)