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