Skip to content

Commit 7f30213

Browse files
committed
fix: ProfileExplorer profile select text has low contrast in dark themes
1 parent 1d75c09 commit 7f30213

File tree

1 file changed

+8
-0
lines changed
  • plugins/plugin-codeflare/web/scss/components/ProfileExplorer

1 file changed

+8
-0
lines changed

Diff for: plugins/plugin-codeflare/web/scss/components/ProfileExplorer/_index.scss

+8
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ body[kui-theme-style] {
4545
}
4646
}
4747

48+
body[kui-theme-style="dark"] {
49+
@include ProfileExplorer {
50+
.pf-c-select button.pf-c-select__toggle {
51+
color: var(--color-base00);
52+
}
53+
}
54+
}
55+
4856
@include ProfileExplorer {
4957
display: flex;
5058
.pf-c-card__body {

0 commit comments

Comments
 (0)