File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,8 @@ $calendar-cell-size: 28px !default;
610
610
$calendar-cell-count : 8 !default ;
611
611
$calendar-background : theme-color (' light' ) !default ;
612
612
$calendar-static-cells-background : $calendar-background !default ;
613
- $calendar-static-cells-color : theme-color (' primary' ) !default ;
613
+ $calendar-static-cells-color : $body-color !default ;
614
+ $calendar-week-cells-color : gray (' 700' ) !default ;
614
615
$calendar-date-active-background : theme-color (' primary' ) !default ;
615
616
$calendar-date-hover-background-opacity : 0.2 !default ;
616
617
$calendar-date-previous-color : gray (' 500' ) !default ;
Original file line number Diff line number Diff line change 226
226
& .cui-date-time-month-header {
227
227
position : relative ;
228
228
background : var (--calendar-static-cells-background );
229
- color : var ( --brand-color-on-white , #{ $calendar-static-cells-color } ) ;
229
+ color : $calendar-static-cells-color ;
230
230
231
231
& ::after {
232
232
content : ' ' ;
288
288
.cui-date-time-week {
289
289
font-size : $calendar-font-size * 0.8575 ;
290
290
background : var (--calendar-static-cells-background );
291
- color : var ( --brand-color-on-white , #{ $calendar-static -cells-color } ) ;
291
+ color : $calendar-week -cells-color ;
292
292
}
293
293
294
294
.cui-date-time-week-title {
295
295
font-weight : $font-weight-normal ;
296
+ color : $calendar-week-cells-color ;
296
297
}
297
298
298
299
.cui-date-time-day {
You can’t perform that action at this time.
0 commit comments