From 7ffc0c7dc6679381b4944a9a609c284294baf260 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Mon, 10 May 2021 23:45:54 +0200 Subject: [PATCH] Fix url input alignment --- src/components/Instance.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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://' />