Skip to content

Commit 8e570d8

Browse files
authored
Merge pull request #892 from airbnb/maja-quick-fix-to-small-inputs
Adjust small input padding so that input is 36px tall
2 parents 83cc6be + 19cf519 commit 8e570d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/DefaultTheme.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ export default {
155155
displayTextPaddingLeft: 12,
156156
displayTextPaddingRight: 12,
157157
displayTextPaddingVertical_small: undefined,
158-
displayTextPaddingTop_small: 9,
159-
displayTextPaddingBottom_small: 7,
158+
displayTextPaddingTop_small: 8,
159+
displayTextPaddingBottom_small: 6,
160160
displayTextPaddingHorizontal_small: undefined,
161161
displayTextPaddingLeft_small: 8,
162162
displayTextPaddingRight_small: 8,

0 commit comments

Comments
 (0)