Skip to content

Commit cdc3125

Browse files
authored
Adjust button input vertical padding
Since line-height is `1.5`, the `-y` padding should have stayed the same at `.375rem` (that totals to `2.25rem` (`36px`) plus the borders, it's `2.375rem` (`38px)).
1 parent 8dae04b commit cdc3125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_root.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ $root-tokens: defaults(
120120
--btn-input-bg: var(--bg-body),
121121

122122
--btn-input-min-height: 2.375rem,
123-
--btn-input-padding-y: .3125rem,
123+
--btn-input-padding-y: .375rem,
124124
--btn-input-padding-x: .75rem,
125125
--btn-input-font-size: var(--font-size-base),
126126
--btn-input-line-height: var(--line-height-base),

0 commit comments

Comments
 (0)