Skip to content

Commit 9a0c09f

Browse files
zeroedinbennypowers
authored andcommitted
fix(card): fix header background on dark
1 parent 9b3ddad commit 9a0c09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/pfe-card/pfe-card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ $size-small: (
170170
// Declare the header background color
171171
background-color: pfe-local(BackgroundColor, $region: header);
172172
color: pfe-local($cssvar: Color, $region: header);
173-
:host([on="dark"]) & {
173+
:host([color-palette^="dark"]) & {
174174
// Declare the header background color
175175
background-color: pfe-local(BackgroundColor--dark, $region: header);
176176
}

0 commit comments

Comments
 (0)