From b20405a06d0c24c86664a409a26f2e13ff89be37 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 9 Dec 2015 15:04:46 -0500 Subject: [PATCH] fix(menu): make MD default button change color based on toolbar color references #689 --- ionic/components/toolbar/modes/md.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ionic/components/toolbar/modes/md.scss b/ionic/components/toolbar/modes/md.scss index 139efd8838..58a5e7f72e 100644 --- a/ionic/components/toolbar/modes/md.scss +++ b/ionic/components/toolbar/modes/md.scss @@ -70,7 +70,8 @@ ion-title { background-color: $color-value; } - .toolbar-title { + .toolbar-title, + .bar-button-default { color: inverse($color-value); } }