1
0
mirror of https://github.com/tooot-app/app synced 2025-03-09 16:10:05 +01:00

Update TextInput.tsx

There are still reports of text not wrapping #571
This commit is contained in:
xmflsct 2023-01-12 21:24:45 +01:00
parent 81b810496b
commit bebf4c7101

View File

@ -30,6 +30,8 @@ const ComposeTextInput: React.FC = () => {
paddingBottom: StyleConstants.Spacing.M,
marginHorizontal: StyleConstants.Spacing.Global.PagePadding,
color: colors.primaryDefault,
borderBottomWidth: 0.5,
borderBottomColor: colors.backgroundDefaultTransparent,
fontSize: adaptedFontsize,
lineHeight: adaptedLineheight
}}