Skip to content

Commit

Permalink
fix(ui): make the dark theme's .text-muted visible (#1779)
Browse files Browse the repository at this point in the history
For instance, the input description was unreadable.

Feel free to tune the color according to the UX rules.
  • Loading branch information
yuri1969 authored Jul 21, 2023
1 parent 02db51c commit a0bd3b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/styles/layout/root-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ html.dark {
#{--bs-border-color}: $border-color;
#{--bs-link-color}: $secondary;
#{--bs-link-color-rgb}: to-rgb($secondary);
#{--bs-secondary-color}: var(--bs-gray-700);
--bs-link-hover-color: #D0CDF9;
#{--card-bg}: $card-bg;
#{--input-bg}: $input-bg;
Expand Down

0 comments on commit a0bd3b7

Please sign in to comment.