Skip to content

Commit

Permalink
style(label): fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
camwiegert committed Sep 20, 2018
1 parent 54284e1 commit 8359444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/label/label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

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

:host([text-wrap]) {
Expand Down

0 comments on commit 8359444

Please sign in to comment.