Skip to content

Commit

Permalink
Merge pull request #310 from alexander-mart/patch-1
Browse files Browse the repository at this point in the history
fix: #309 contrasting background color to the text in dropdowns
  • Loading branch information
GavinMendelGleason authored Apr 29, 2024
2 parents 6bb7512 + 02f3ff0 commit 0042cbe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/tdb-dashboard/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,10 @@ div.progress-bar-container {

/* ---------- form control custom dark mode ---------- */
.form-control {
color: #adb5bd !important;
/*background-color: #444 !important;*/
background-color: transparent !important;
color: #fff !important;
/* color: #adb5bd !important; */
background-color: #000 !important;
/* background-color: transparent !important; */
border-color: rgb(102, 102, 102) !important;
min-height: 49px !important;
}
Expand Down

0 comments on commit 0042cbe

Please sign in to comment.