diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-02 12:27:40 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-02 12:27:40 -0800 |
commit | a410d67d5d2e13819e043b2e2356a0c701c3e0dd (patch) | |
tree | 5ba578a00f760bf925e7ff2babc3b6b33098cafc /src/components | |
parent | 01637885a26e1b8b451f27f85596e98dc8c1cc43 (diff) |
unfriend button - white with blue border
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/profile/ProfileBody.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/profile/ProfileBody.tsx b/src/components/profile/ProfileBody.tsx index 88161525..f2d75519 100644 --- a/src/components/profile/ProfileBody.tsx +++ b/src/components/profile/ProfileBody.tsx @@ -105,8 +105,8 @@ const ProfileBody: React.FC<ProfileBodyProps> = ({ {friendship_status === 'friends' && ( <Button title={'Unfriend'} - buttonStyle={styles.button} - titleStyle={styles.buttonTitle} + buttonStyle={styles.requestedButton} + titleStyle={styles.requestedButtonTitle} onPress={handleFriendUnfriend} // unfriend, no record status /> )} |