mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(menu-button): Not visible if toolbar has primary color (#15847)
* fix(menu-button): Correct color if toolbar has custom color * fix(menu-button): Fix variable name
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
:host {
|
||||
color: #{ion-color(primary, base)};
|
||||
--color: #{$menu-button-ios-color};
|
||||
}
|
||||
|
||||
:host(.activated) {
|
||||
|
Reference in New Issue
Block a user