1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Text wrapping workaround in toot composing screen (#571)

This commit is contained in:
Hanjiang Yu
2022-12-18 18:37:30 +08:00
committed by GitHub
parent 1bd3e150af
commit c0aad41047

View File

@ -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
}}