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