Skip to content

Commit

Permalink
Fix daterange not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel committed Oct 20, 2023
1 parent ec8723c commit b3dcfd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/assets/styles/theme-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
@include os-component-themes($openslides-dark-theme);
}

.mat-calendar-body-cell {
--mat-datepicker-calendar-date-in-range-state-background-color: var(--theme-primary-500);
}

[class^='openslides-'][class*='-light-theme'] {
.logo-container {
img.dark {
Expand Down

0 comments on commit b3dcfd4

Please sign in to comment.