-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/buttonarea: material/icon
Description
The icon needs to be 18x18 and have 8px of space to the right of it, per:
https://material.io/design/components/buttons.html#specs
Here's what I used:
.mat-button-wrapper .mat-icon {
height: 18px;
width: 18px;
line-height: 18px;
margin-right: 8px;
}
amakhrov and newmanw
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/buttonarea: material/icon