[AAE-38482] applied pr comments

This commit is contained in:
tomek.hanaj
2026-03-25 12:19:55 +01:00
parent 45c2e51e31
commit bd48cc3956

View File

@@ -1,4 +1,4 @@
@use 'mat-selectors' as ms;
@use './mat-selectors' as ms;
@mixin override-mat-date-timepicker(
$primary-color,
@@ -36,7 +36,6 @@
#{ms.$mat-datetimepicker-calendar-body-cell-content} {
&#{ms.$mat-datetimepicker-calendar-body-selected} {
background-color: $primary-color;
color: $on-surface;
color: $on-primary-color;
}
@@ -84,7 +83,7 @@
color: $on-surface;
}
#{ms.$mat-datetimepicker-calendar-table-header} {
#{ms.$mat-datetimepicker-calendar-content} #{ms.$mat-datetimepicker-calendar-table-header} {
color: $on-surface-variant;
}
}