Skip to content

Commit

Permalink
Adjust small input padding so that input is 36px tall
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Wichrowska committed Dec 7, 2017
1 parent 83cc6be commit 19cf519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/DefaultTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ export default {
displayTextPaddingLeft: 12,
displayTextPaddingRight: 12,
displayTextPaddingVertical_small: undefined,
displayTextPaddingTop_small: 9,
displayTextPaddingBottom_small: 7,
displayTextPaddingTop_small: 8,
displayTextPaddingBottom_small: 6,
displayTextPaddingHorizontal_small: undefined,
displayTextPaddingLeft_small: 8,
displayTextPaddingRight_small: 8,
Expand Down

0 comments on commit 19cf519

Please sign in to comment.