set icon colour to text colour (#2607)

zio/stable
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
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export function Step1({
accessibilityLabel={_(msg`Select service`)} accessibilityLabel={_(msg`Select service`)}
accessibilityHint={_(msg`Sets server for the Bluesky client`)} accessibilityHint={_(msg`Sets server for the Bluesky client`)}
onPress={onPressSelectService}> onPress={onPressSelectService}>
<FontAwesomeIcon icon="server" size={21} /> <FontAwesomeIcon icon="server" size={21} color={pal.colors.text} />
</Button> </Button>
</View> </View>
</StepHeader> </StepHeader>