Skip to content

Commit

Permalink
chore: update border-button and outline button width
Browse files Browse the repository at this point in the history
  • Loading branch information
Duy Tran committed Feb 6, 2020
1 parent c13bcd0 commit e4dd544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/globals/scss/_theme-tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ $button-padding-ghost-sm: calc(0.375rem - 3px) 1rem !default;
/// @type Number
/// @access public
/// @group button
$button-border-width: 3px !default;
$button-border-width: 2px !default;

/// @type Number
/// @access public
/// @group button
$button-outline-width: 1px !default;
$button-outline-width: 2px !default;

/// @type Number
/// @access public
Expand Down

0 comments on commit e4dd544

Please sign in to comment.