From 3bebe9869097b873448dea9b3899a0fad5fb12bd Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 9 Dec 2015 12:52:23 -0500 Subject: [PATCH] fix(tabs): fix tab text color MD references #689 --- ionic/components/tabs/modes/md.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ionic/components/tabs/modes/md.scss b/ionic/components/tabs/modes/md.scss index 38b09d5d5c..3d8459c4e9 100644 --- a/ionic/components/tabs/modes/md.scss +++ b/ionic/components/tabs/modes/md.scss @@ -34,6 +34,7 @@ tabbar { &[aria-selected=true] { opacity: 1.0; + color: $tab-button-md-active-color; } }