chore(text): don't overwrite ion-color properties

references #14808
This commit is contained in:
Cam Wiegert
2018-08-08 15:37:32 -05:00
parent 5dfcd47b34
commit 6f2827ad25

View File

@ -3,8 +3,6 @@
// Text
// --------------------------------------------------
:host {
--ion-color-base: currentColor;
color: #{current-color(base)};
:host(.ion-color) {
color: current-color(base);
}