Skip to content

Commit

Permalink
chore(text): don't overwrite ion-color properties
Browse files Browse the repository at this point in the history
references #14808
  • Loading branch information
camwiegert committed Aug 8, 2018
1 parent 5dfcd47 commit 6f2827a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/src/components/text/text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Text
// --------------------------------------------------

:host {
--ion-color-base: currentColor;

color: #{current-color(base)};
:host(.ion-color) {
color: current-color(base);
}

0 comments on commit 6f2827a

Please sign in to comment.