From 5b5e32ded5960ded36892b61603884b6c7569646 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Fri, 21 Aug 2015 22:04:32 -0500 Subject: [PATCH] md switch color tweak --- ionic/components/switch/modes/material.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/switch/modes/material.scss b/ionic/components/switch/modes/material.scss index e22097abe3..f8c64201ff 100644 --- a/ionic/components/switch/modes/material.scss +++ b/ionic/components/switch/modes/material.scss @@ -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;