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 // Text
// -------------------------------------------------- // --------------------------------------------------
:host { :host(.ion-color) {
--ion-color-base: currentColor; color: current-color(base);
color: #{current-color(base)};
} }