Skip to content

Commit

Permalink
style(_button-base.scss): change Length Unit from px to %
Browse files Browse the repository at this point in the history
Closes #242
  • Loading branch information
RichOren authored and jelbourn committed Mar 30, 2016
1 parent 9ec82c4 commit 4f78c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/_button-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $md-button-border-radius: 3px !default;

// Icon Button standards
$md-icon-button-size: 40px !default;
$md-icon-button-border-radius: 50px !default;
$md-icon-button-border-radius: 50% !default;
$md-icon-button-line-height: 24px !default;

// Fab standards
Expand Down

0 comments on commit 4f78c8c

Please sign in to comment.