about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/view/com/auth/create/Step1.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/create/Step1.tsx b/src/view/com/auth/create/Step1.tsx
index 2ce77cf53..41ec93502 100644
--- a/src/view/com/auth/create/Step1.tsx
+++ b/src/view/com/auth/create/Step1.tsx
@@ -77,7 +77,7 @@ export function Step1({
             accessibilityLabel={_(msg`Select service`)}
             accessibilityHint={_(msg`Sets server for the Bluesky client`)}
             onPress={onPressSelectService}>
-            <FontAwesomeIcon icon="server" size={21} />
+            <FontAwesomeIcon icon="server" size={21} color={pal.colors.text} />
           </Button>
         </View>
       </StepHeader>