Skip to content

Commit

Permalink
fix(material-experimental/mdc-list): fix typo in action-list css class (
Browse files Browse the repository at this point in the history
#24448)

(cherry picked from commit f6cdc96)
  • Loading branch information
mmalerba committed Feb 18, 2022
1 parent 3ffcd2e commit 45836f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-list/action-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {MatListBase} from './list-base';
exportAs: 'matActionList',
template: '<ng-content></ng-content>',
host: {
'class': 'mat-mdc-action-list mat-mdc-list-base mdc--list',
'class': 'mat-mdc-action-list mat-mdc-list-base mdc-list',
},
styleUrls: ['list.css'],
encapsulation: ViewEncapsulation.None,
Expand Down

0 comments on commit 45836f9

Please sign in to comment.