Skip to content

Commit 94800a1

Browse files
committed
fix(material/button): fix outlined button line-height
1 parent 603f550 commit 94800a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/material/button/_button-theme.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,9 @@
169169
@include mdc-button.without-ripple($query: mdc-helpers.$mdc-typography-styles-query);
170170
}
171171

172+
.mat-mdc-button,
172173
.mat-mdc-raised-button,
173-
.mat-mdc-button {
174+
.mat-mdc-outlined-button {
174175
line-height: inherit;
175176
}
176177
}

0 commit comments

Comments
 (0)