Various small fixes

This commit is contained in:
Paul Frazee 2022-12-30 15:32:07 -06:00
parent 3d91cf3137
commit 5eddbcea16
6 changed files with 9 additions and 7 deletions

View file

@ -167,7 +167,9 @@ const User = ({
{follow ? (
<TouchableOpacity onPress={() => onPressUnfollow(item)}>
<View style={[styles.btn, styles.secondaryBtn, pal.btn]}>
<Text style={[s.gray5, s.fw600, s.f15]}>Unfollow</Text>
<Text type="button" style={pal.text}>
Unfollow
</Text>
</View>
</TouchableOpacity>
) : (