diff --git a/src/components/Instance.tsx b/src/components/Instance.tsx index 6a592512..27659c53 100644 --- a/src/components/Instance.tsx +++ b/src/components/Instance.tsx @@ -149,14 +149,14 @@ const ComponentInstance: React.FC = ({ style={[ styles.prefix, { + color: theme.primaryDefault, borderBottomColor: instanceQuery.isError ? theme.red : theme.border } ]} editable={false} - placeholder='https://' - placeholderTextColor={theme.primaryDefault} + defaultValue='https://' />