set icon colour to text colour (#2607)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user