aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-30 13:40:01 -0400
committerGitHub <noreply@github.com>2021-03-30 13:40:01 -0400
commit7245be26646fedbd720e3d84b7fc4e52feda2d28 (patch)
tree9796996127147884d16a7ab434a12a37f7afa585
parentd8d60694ed712c01df5df5a99e51f528926ad092 (diff)
parent86201553d67a77a6e5bdd759c4eb7b16ee34d780 (diff)
Merge pull request #339 from shravyaramesh/cosmetic-fix-settings
[bugfix] Style: Arrows shaped weirdly on settings page
-rw-r--r--src/screens/profile/EditProfile.tsx2
-rw-r--r--src/screens/profile/SettingsCell.tsx2
2 files changed, 2 insertions, 2 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);
diff --git a/src/screens/profile/SettingsCell.tsx b/src/screens/profile/SettingsCell.tsx
index f5360242..d9fab821 100644
--- a/src/screens/profile/SettingsCell.tsx
+++ b/src/screens/profile/SettingsCell.tsx
@@ -128,7 +128,7 @@ const styles = StyleSheet.create({
},
subItemStyles: {position: 'absolute', right: 0},
preImageStyles: {width: SCREEN_WIDTH * 0.05, height: SCREEN_WIDTH * 0.05},
- postImageStyles: {width: 15, height: 15},
+ postImageStyles: {width: 10, height: 17},
titleContainerStyles: {marginLeft: '12%'},
titleStyles: {
fontSize: normalize(15),