Skip to content

Commit

Permalink
Fix padding bottom of base text input container
Browse files Browse the repository at this point in the history
Signed-off-by: Tsaqif <[email protected]>
  • Loading branch information
tsa321 committed Sep 30, 2024
1 parent 8d6a6d0 commit d5da609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,7 @@ const styles = (theme: ThemeColors) =>
overflow: 'hidden',
borderBottomWidth: 2,
borderColor: theme.border,
paddingBottom: 8,
},

optionRowAmountInput: {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default {
mushroomTopHatHeight: 128,
bankButtonMargin: 23,
textInputAutoGrowMaxHeight: 115,
markdownTextInputAutoGrowMaxHeight: 90,
markdownTextInputAutoGrowMaxHeight: 80,
eReceiptBackgroundImageMinWidth: 217,

searchTypeColumnWidth: 52,
Expand Down

0 comments on commit d5da609

Please sign in to comment.