Skip to content

Commit

Permalink
Removed -mdc as it's wrong for mat calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Jun 10, 2024
1 parent 7a5f959 commit 926c4b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const materialLocators = {
cell: {
root: 'mat-calendar-body-cell',
content: {
class: '.mat-mdc-calendar-body-cell-content'
class: '.mat-calendar-body-cell-content'
}
},
today: {
Expand Down

0 comments on commit 926c4b1

Please sign in to comment.