Skip to content

Commit

Permalink
fix(theme-tokens): increase button padding to match spec (#6457)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea N. Cardona <[email protected]>
Co-authored-by: Anna Gonzales <[email protected]>
  • Loading branch information
3 people authored Jul 14, 2020
1 parent 92e86be commit 6aeb25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/globals/scss/_theme-tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ $button-height: 48px !default;
/// @type Value
/// @access public
/// @group button
$button-padding: calc(0.875rem - 3px) 60px calc(0.875rem - 3px) 12px !default;
$button-padding: calc(0.875rem - 3px) 63px calc(0.875rem - 3px) 15px !default;

/// @type Value
/// @access public
Expand Down

0 comments on commit 6aeb25f

Please sign in to comment.