fix(menu-button): color

fixes #15546
fixes #15545
This commit is contained in:
Manu Mtz.-Almeida
2018-10-08 16:12:15 -05:00
parent e189cc6ec2
commit 386cf82340
5 changed files with 5 additions and 23 deletions

View File

@ -5,7 +5,7 @@
:host {
color: var(--color);
pointer-events: all;
text-align: center;
@ -60,4 +60,4 @@ ion-icon {
:host(.ion-color) .button-native {
color: current-color(base);
}
}