Skip to content

Commit 921cdab

Browse files
committed
fix: Updated button color
1 parent 39a6b2b commit 921cdab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/module/src/QuickStartPanelContent.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
flex-direction: column;
99
}
1010

11-
&__close-button button.pf-v6-c-button {
12-
--pf-v6-c-button--Color: var(--pf-t--global--text--color--inverse);
11+
span.pf-v6-c-button__icon {
12+
color: var(--pf-t--global--text--color--inverse);
1313
}
1414
}

0 commit comments

Comments
 (0)