Skip to content

Commit

Permalink
fix: ProfileExplorer profile select text has low contrast in dark themes
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Oct 11, 2022
1 parent 1d75c09 commit 7f30213
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ body[kui-theme-style] {
}
}

body[kui-theme-style="dark"] {
@include ProfileExplorer {
.pf-c-select button.pf-c-select__toggle {
color: var(--color-base00);
}
}
}

@include ProfileExplorer {
display: flex;
.pf-c-card__body {
Expand Down

0 comments on commit 7f30213

Please sign in to comment.