md switch color tweak

This commit is contained in:
Adam Bradley
2015-08-21 22:04:32 -05:00
parent 4e50ff87c2
commit 5b5e32ded5

View File

@ -7,7 +7,7 @@ $switch-md-active-color: color(primary) !default;
$switch-md-track-width: 36px !default;
$switch-md-track-height: 14px !default;
$switch-md-track-off-bg-color: $list-border-color !default;
$switch-md-track-on-bg-color: lighten($switch-md-active-color, 20%) !default;
$switch-md-track-on-bg-color: lighten($switch-md-active-color, 25%) !default;
$switch-md-handle-width: 20px !default;
$switch-md-handle-height: 20px !default;