fix(tabs): add the colors to the tabbar as well

fixes #14758
This commit is contained in:
Brandy Carney
2018-07-16 12:15:39 -04:00
parent b903718468
commit 5348e7c09c

View File

@ -17,6 +17,7 @@
color: var(--color); color: var(--color);
} }
:host(.ion-color),
:host(.ion-color) ion-tab-button { :host(.ion-color) ion-tab-button {
--background: #{current-color(base)}; --background: #{current-color(base)};
--color: #{current-color(contrast, .7)}; --color: #{current-color(contrast, .7)};