Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

set icon colour to text colour (#2607)

authored by

Samuel Newman and committed by
GitHub
9ff74ff3 d87c6437

+1 -1
+1 -1
src/view/com/auth/create/Step1.tsx
··· 77 77 accessibilityLabel={_(msg`Select service`)} 78 78 accessibilityHint={_(msg`Sets server for the Bluesky client`)} 79 79 onPress={onPressSelectService}> 80 - <FontAwesomeIcon icon="server" size={21} /> 80 + <FontAwesomeIcon icon="server" size={21} color={pal.colors.text} /> 81 81 </Button> 82 82 </View> 83 83 </StepHeader>