Removed -mdc as it's wrong for mat calendar

This commit is contained in:
VitoAlbano
2024-06-10 11:22:08 +01:00
parent 31ab5a4949
commit 75ac99950d

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: {