From c0aad4104718590135bbc428565c41da273faf3f Mon Sep 17 00:00:00 2001 From: Hanjiang Yu Date: Sun, 18 Dec 2022 18:37:30 +0800 Subject: [PATCH] Text wrapping workaround in toot composing screen (#571) --- src/screens/Compose/Root/Header/TextInput.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/screens/Compose/Root/Header/TextInput.tsx b/src/screens/Compose/Root/Header/TextInput.tsx index a74e85a1..13c00687 100644 --- a/src/screens/Compose/Root/Header/TextInput.tsx +++ b/src/screens/Compose/Root/Header/TextInput.tsx @@ -33,7 +33,8 @@ const ComposeTextInput: React.FC = () => { paddingBottom: StyleConstants.Spacing.M, marginHorizontal: StyleConstants.Spacing.Global.PagePadding, color: colors.primaryDefault, - borderBottomColor: colors.border, + borderBottomWidth: 0.5, + borderBottomColor: colors.backgroundDefaultTransparent, fontSize: adaptedFontsize, lineHeight: adaptedLineheight }}