Skip to content

Commit

Permalink
fix: fix slider toggle bar color.
Browse files Browse the repository at this point in the history
This commit fixes a regression on the slider toggle bar color
  • Loading branch information
JeanMeche committed Sep 4, 2023
1 parent b100de4 commit 259f153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _blueTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -405,15 +405,15 @@
/* Slide Toggle */
$slideTogglePrimary: (
thumb: map-get($primary, 500),
bar: map-get($primary, 50),
bar: map-get($primary, 200),
);
$slideToggleAccent: (
thumb: map-get($accent, 500),
bar: map-get($accent, 50),
bar: map-get($accent, 200),
);
$slideToggleWarn: (
thumb: map-get($warn, 500),
bar: map-get($warn, 50),
bar: map-get($warn, 200),
);
$inactiveThumb: map-get(blui.$blui-white, 50);
@include slide-toggle.blui-mat-slide-toggle(
Expand Down

0 comments on commit 259f153

Please sign in to comment.