Skip to content

Commit

Permalink
fix(data-range-picker): select element is hard to read in dark mode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia authored Oct 29, 2024
1 parent 5f58ac4 commit 28e12f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/date-range-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class DateRangePickerElement extends WrappedElement {
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
background: transparent;
background: var(--card-background-color);
border: 1px solid var(--divider-color);
color: var(--primary-color);
}
Expand Down

0 comments on commit 28e12f7

Please sign in to comment.