Skip to content

Commit e822d14

Browse files
committed
fix(material-experimental/mdc-button): fix icon size for unelevated, raised, and outlined
1 parent d050ca7 commit e822d14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material-experimental/mdc-button/button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
.mat-mdc-unelevated-button, .mat-mdc-raised-button, .mat-mdc-outlined-button {
3333
// Icons inside contained buttons have different styles due to increased button padding
3434
.mat-icon {
35+
@include button.icon();
3536
@include button.icon-contained();
3637
}
3738

0 commit comments

Comments
 (0)