From b5e39c86755e7b70941c344a6d2f4b86ae307a74 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 10 Oct 2018 12:02:26 -0500 Subject: [PATCH] fix(card): include card-header in current color --- core/src/components/card/card.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/components/card/card.scss b/core/src/components/card/card.scss index f1ee906a83..6cbf8fc76e 100755 --- a/core/src/components/card/card.scss +++ b/core/src/components/card/card.scss @@ -32,6 +32,7 @@ color: current-color(contrast); } +:host(.ion-color)::slotted(*) ion-card-header, :host(.ion-color)::slotted(*) ion-card-title, :host(.ion-color)::slotted(*) ion-card-subtitle { color: current-color(contrast);