fix(card): include card-header in current color

This commit is contained in:
Brandy Carney
2018-10-10 12:02:26 -05:00
parent 7bde344291
commit b5e39c8675

View File

@ -32,6 +32,7 @@
color: current-color(contrast); color: current-color(contrast);
} }
:host(.ion-color)::slotted(*) ion-card-header,
:host(.ion-color)::slotted(*) ion-card-title, :host(.ion-color)::slotted(*) ion-card-title,
:host(.ion-color)::slotted(*) ion-card-subtitle { :host(.ion-color)::slotted(*) ion-card-subtitle {
color: current-color(contrast); color: current-color(contrast);