diff options
author | brian-tagg <83606050+brian-tagg@users.noreply.github.com> | 2021-05-12 14:23:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 14:23:32 -0700 |
commit | 6437df335f7ee23c9e66cbf0d9a6857eb7cffff2 (patch) | |
tree | c87a482275865f14ff499069e11b29319454fd49 /src | |
parent | c64e935ad14f0a5bd338e6ba066bdd388372f0a7 (diff) |
Update src/components/profile/TaggAvatar.tsx
Co-authored-by: Ivan Chen <ivan.if.chen@gmail.com>
Diffstat (limited to 'src')
-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> </> ); |