tangled
alpha
login
or
join now
quilling.dev
/
social-app
7
fork
atom
An ATproto social media client -- with an independent Appview.
7
fork
atom
overview
issues
pulls
pipelines
fix: missed one
serenity
5 months ago
0e2cbebb
3cd3bd4e
+1
-1
1 changed file
expand all
collapse all
unified
split
src
view
com
modals
CropImage.web.tsx
+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
96
-
<Text type="xl" style={pal.link}>
96
96
+
<Text type="xl" style={{color: theme.palette.primary_500}}>
97
97
<Trans>Cancel</Trans>
98
98
</Text>
99
99
</TouchableOpacity>