From d5da609fcd6d50442926569e7021d9e8a9fbfb24 Mon Sep 17 00:00:00 2001 From: Tsaqif Date: Mon, 30 Sep 2024 22:25:59 +0700 Subject: [PATCH] Fix padding bottom of base text input container Signed-off-by: Tsaqif --- src/styles/index.ts | 1 + src/styles/variables.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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,