set icon colour to text colour (#2607)

This commit is contained in:
Samuel Newman 2024-01-24 17:50:39 +00:00 committed by GitHub
parent d87c643715
commit 9ff74ff30a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>