Skip to content

Commit

Permalink
fix(toggle): match MD toggle track background for off state (#16277)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinports authored Nov 8, 2018
1 parent 91f07bc commit 8e2a6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/toggle/toggle.md.vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $toggle-md-track-width: 36px !default;
$toggle-md-track-height: 14px !default;

/// @prop - Background color of the toggle track
$toggle-md-track-background-color-off: $item-md-border-color !default;
$toggle-md-track-background-color-off: ion-color(medium, tint) !default;

/// @prop - Background color alpha of the checked toggle track
$toggle-md-track-background-color-alpha-on: .5 !default;
Expand Down

0 comments on commit 8e2a6dd

Please sign in to comment.