Skip to content

Commit

Permalink
fix(datepicker): adjust background for dark theme to fix invisible se…
Browse files Browse the repository at this point in the history
…lected date
  • Loading branch information
femto-code committed Jan 11, 2024
1 parent 2983bf5 commit ee23015
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ html[data-theme=dark] .cp__themes-installed .it.is-active {
html[data-theme=dark] .cp__themes-installed hr {
border-color: #32353b;
}
html[data-theme=dark] .datepicker {
background-color: var(--ls-primary-background-color);
}
html[data-theme=dark] .absolute-modal {
border: 1px solid #383941;
}
Expand Down
3 changes: 3 additions & 0 deletions src/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ html[data-theme="dark"] {
.cp__themes-installed hr {
border-color: #32353b;
}
.datepicker {
background-color: var(--ls-primary-background-color);
}
.absolute-modal {
border: 1px solid #383941;
}
Expand Down

0 comments on commit ee23015

Please sign in to comment.