Skip to content

Commit

Permalink
fix(button): reduce ghost button left/right padding (#5334)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored Feb 19, 2020
1 parent e78bbb5 commit 5454ef5
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 @@ -126,7 +126,7 @@ $button-padding-ghost-field: calc(0.675rem - 3px) 12px !default;
/// @access public
/// @group button
/// Uses the same padding-y as small buttons, but removes extra padding-right
$button-padding-ghost-sm: calc(0.375rem - 3px) 1rem !default;
$button-padding-ghost-sm: calc(0.375rem - 3px) 12px !default;

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

0 comments on commit 5454ef5

Please sign in to comment.