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={[
styles.prefix,
{
color: theme.primaryDefault,
borderBottomColor: instanceQuery.isError
? theme.red
: theme.border
}
]}
editable={false}
placeholder='https://'
placeholderTextColor={theme.primaryDefault}
defaultValue='https://'
/>
<TextInput
style={[