Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 424cee2

Browse files
TedSandernshahan
authored andcommitted
Change min-width of material-button to 64px which is the value used by mdc-web.
PiperOrigin-RevId: 186812344
1 parent 542afa4 commit 424cee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/material_button/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ $button-disabled-background-dark: rgba(255, 255, 255, $mat-divider-opacity);
150150

151151
&:not([icon]) {
152152
border-radius: 2px;
153-
min-width: 5.14em;
153+
min-width: 8 * $mat-grid; // Value from mdc-button.
154154

155155
.content {
156156
padding: $button-vertical-padding $button-horizontal-padding;

0 commit comments

Comments
 (0)