Skip to content

Commit

Permalink
fix(button): Changed button corner radius from 3px to 2px (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouclee authored and jelbourn committed Oct 6, 2016
1 parent 8908366 commit ec48b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/button-toggle/button-toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

$md-button-toggle-padding: 0 16px !default;
$md-button-toggle-line-height: 36px !default;
$md-button-toggle-border-radius: 3px !default;
$md-button-toggle-border-radius: 2px !default;

md-button-toggle-group {
@include md-elevation(2);
Expand Down
2 changes: 1 addition & 1 deletion src/lib/button/_button-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $md-button-padding: 0 16px !default;
$md-button-min-width: 88px !default;
$md-button-margin: 0 !default;
$md-button-line-height: 36px !default;
$md-button-border-radius: 3px !default;
$md-button-border-radius: 2px !default;

// Icon Button standards
$md-icon-button-size: 40px !default;
Expand Down

0 comments on commit ec48b34

Please sign in to comment.