diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-29 18:41:47 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-29 18:41:47 -0700 |
commit | 86201553d67a77a6e5bdd759c4eb7b16ee34d780 (patch) | |
tree | 59649b5c2331e15009c0fbcf9632961f625d006a | |
parent | 07c05dd6a0e675f2931a58307b203e73078ca7fe (diff) |
Shifted save button a bit to the left
-rw-r--r-- | src/screens/profile/EditProfile.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/EditProfile.tsx b/src/screens/profile/EditProfile.tsx index de950923..8b658043 100644 --- a/src/screens/profile/EditProfile.tsx +++ b/src/screens/profile/EditProfile.tsx @@ -383,7 +383,7 @@ const EditProfile: React.FC<EditProfileProps> = ({route, navigation}) => { headerRight: () => ( <Button title={'Save'} - buttonStyle={{backgroundColor: 'transparent'}} + buttonStyle={{backgroundColor: 'transparent', marginRight: 15}} titleStyle={{fontWeight: 'bold'}} onPress={() => { setLoading(true); |