An ATproto social media client -- with an independent Appview.

fix: missed one

serenity 0e2cbebb 3cd3bd4e

+1 -1
+1 -1
src/view/com/modals/CropImage.web.tsx
··· 93 93 accessibilityRole="button" 94 94 accessibilityLabel={_(msg`Cancel image crop`)} 95 95 accessibilityHint={_(msg`Exits image cropping process`)}> 96 - <Text type="xl" style={pal.link}> 96 + <Text type="xl" style={{color: theme.palette.primary_500}}> 97 97 <Trans>Cancel</Trans> 98 98 </Text> 99 99 </TouchableOpacity>