Removed -mdc as it's wrong for mat calendar

This commit is contained in:
VitoAlbano 2024-06-10 11:22:08 +01:00
parent 42c09629d0
commit 30224143a4

View File

@ -39,7 +39,7 @@ export const materialLocators = {
cell: { cell: {
root: 'mat-calendar-body-cell', root: 'mat-calendar-body-cell',
content: { content: {
class: '.mat-mdc-calendar-body-cell-content' class: '.mat-calendar-body-cell-content'
} }
}, },
today: { today: {