set icon colour to text colour (#2607)
This commit is contained in:
parent
d87c643715
commit
9ff74ff30a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue