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

Fix url input alignment

This commit is contained in:
Zhiyuan Zheng
2021-05-10 23:45:54 +02:00
parent c0dfc30dec
commit 7ffc0c7dc6

View File

@ -149,14 +149,14 @@ const ComponentInstance: React.FC<Props> = ({
style={[ style={[
styles.prefix, styles.prefix,
{ {
color: theme.primaryDefault,
borderBottomColor: instanceQuery.isError borderBottomColor: instanceQuery.isError
? theme.red ? theme.red
: theme.border : theme.border
} }
]} ]}
editable={false} editable={false}
placeholder='https://' defaultValue='https://'
placeholderTextColor={theme.primaryDefault}
/> />
<TextInput <TextInput
style={[ style={[