Skip to content

Commit

Permalink
fix(variables): inacurrate inputs & buttons line-height after latest …
Browse files Browse the repository at this point in the history
…type scale adjustments
  • Loading branch information
ffoodd committed Sep 24, 2020
1 parent b750f21 commit 07c772a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ $input-btn-padding-y: .5rem !default;
$input-btn-padding-x: 1.125rem !default;
$input-btn-font-family: $font-family-sans-serif !default;
$input-btn-font-size: $font-size-base !default;
$input-btn-line-height: $line-height-base !default;
$input-btn-line-height: 1.25 !default; // Boosted mod

$input-btn-focus-width: .125rem !default;
// $input-btn-focus-color: rgba(theme-color("primary"), .25) !default; // Boosted mod
Expand Down

0 comments on commit 07c772a

Please sign in to comment.