Skip to content

Commit 4f78c8c

Browse files
RichOrenjelbourn
authored andcommitted
style(_button-base.scss): change Length Unit from px to %
Closes #242
1 parent 9ec82c4 commit 4f78c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/button/_button-base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $md-button-border-radius: 3px !default;
1515

1616
// Icon Button standards
1717
$md-icon-button-size: 40px !default;
18-
$md-icon-button-border-radius: 50px !default;
18+
$md-icon-button-border-radius: 50% !default;
1919
$md-icon-button-line-height: 24px !default;
2020

2121
// Fab standards

0 commit comments

Comments
 (0)