about summary refs log tree commit diff
path: root/src/view/com/modals/ServerInput.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/modals/ServerInput.tsx')
-rw-r--r--src/view/com/modals/ServerInput.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/modals/ServerInput.tsx b/src/view/com/modals/ServerInput.tsx
index 1a841c0da..0d1e0e911 100644
--- a/src/view/com/modals/ServerInput.tsx
+++ b/src/view/com/modals/ServerInput.tsx
@@ -66,6 +66,7 @@ export function Component({
             <BottomSheetTextInput
               style={styles.textInput}
               placeholder="e.g. https://bsky.app"
+              placeholderTextColor={colors.gray4}
               autoCapitalize="none"
               autoComplete="off"
               autoCorrect={false}
@@ -109,6 +110,7 @@ const styles = StyleSheet.create({
     paddingHorizontal: 14,
     paddingVertical: 12,
     fontSize: 16,
+    color: colors.black,
   },
   textInputBtn: {
     borderWidth: 1,