Skip to content

Commit

Permalink
139160-UI fixed for dark mode (#343) (#347)
Browse files Browse the repository at this point in the history
Co-authored-by: Hiren Kansara <[email protected]>
  • Loading branch information
TejaswiniGiram19 and hiren1677 authored Jul 12, 2024
1 parent 8dae965 commit c88c0d3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/app/client/src/assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1578,3 +1578,14 @@ html[layout="joy"] .sb-modal-content .ui.center.aligned.segment {
font-weight: normal;
padding: calculateRem(10px) 0;
}
html[data-mode=darkmode] .multi-select-container .list-border {
background: #333 !important;
border: .03125rem solid #666666;
color: #fff;
}
html[data-mode=darkmode] .multi-select-container .caret-down svg {
filter: invert(1) !important;
}
html[data-mode=darkmode] :not(.normalize) .sb-modal-dropdown-web ul {
background-color: #222 !important;
}

0 comments on commit c88c0d3

Please sign in to comment.