mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
fix(card): include card-header in current color
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user