diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/profile/TaggAvatar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/TaggAvatar.tsx b/src/components/profile/TaggAvatar.tsx index 3b1e561e..083a30fa 100644 --- a/src/components/profile/TaggAvatar.tsx +++ b/src/components/profile/TaggAvatar.tsx @@ -157,7 +157,7 @@ const TaggAvatar: React.FC<TaggAvatarProps> = ({ accessible={true} accessibilityLabel="ADD PROFILE PICTURE" onPress={() => goToGallerySmallPic()}> - <PurplePlus style={[styles.plus]} /> + <PurplePlus style={styles.plus} /> </TouchableOpacity> </> ); |