Skip to content

Commit

Permalink
Makes Select2 input text black (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari committed Mar 30, 2023
1 parent d9230fe commit cdb8a41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/dark-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,7 @@ td.sorting_1 {
label:not(.btn) {
color: white;
}

input.select2-input {
color: black;
}

0 comments on commit cdb8a41

Please sign in to comment.