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:
@ -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={[
|
||||||
|
Reference in New Issue
Block a user