Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(button): Update border-width to 1px (#4606)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest authored Apr 16, 2019
1 parent eab2d04 commit be8747f
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 57 deletions.
2 changes: 1 addition & 1 deletion packages/mdc-button/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

.mdc-button--outlined {
@include mdc-button--outlined_($query);
@include mdc-button-outline-width(2px, $query: $query);
@include mdc-button-outline-width($mdc-button-outlined-border-width, $query: $query);
@include mdc-button-outline-color(primary, $query);
}

Expand Down
1 change: 1 addition & 0 deletions packages/mdc-button/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ $mdc-button-height: 36px !default;
$mdc-button-horizontal-padding: 8px !default;
$mdc-button-contained-horizontal-padding: 16px !default;
$mdc-dense-button-height: 32px !default;
$mdc-button-outlined-border-width: 1px !default;

$mdc-button-disabled-ink-color: rgba(mdc-theme-prop-value(on-surface), .37) !default;
Loading

0 comments on commit be8747f

Please sign in to comment.