diff --git a/src/styles/index.ts b/src/styles/index.ts index 46f4efd5eaa..b28df5a80d9 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -1176,6 +1176,7 @@ const styles = (theme: ThemeColors) => overflow: 'hidden', borderBottomWidth: 2, borderColor: theme.border, + paddingBottom: 8, }, optionRowAmountInput: { diff --git a/src/styles/variables.ts b/src/styles/variables.ts index 4bcda981584..e80ec06b433 100644 --- a/src/styles/variables.ts +++ b/src/styles/variables.ts @@ -246,7 +246,7 @@ export default { mushroomTopHatHeight: 128, bankButtonMargin: 23, textInputAutoGrowMaxHeight: 115, - markdownTextInputAutoGrowMaxHeight: 90, + markdownTextInputAutoGrowMaxHeight: 80, eReceiptBackgroundImageMinWidth: 217, searchTypeColumnWidth: 52,