Skip to content

Commit

Permalink
pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankreedX committed Aug 15, 2024
1 parent 2309e57 commit 9b24587
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/content/profile/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,18 +453,18 @@ function Index() {
</>
)}

{/* Save Button */}
<Button
style={styles.saveChangesButton}
onPress={handleUpdate}
textColor={themeColors.highlight}
labelStyle={{
fontWeight: "bold",
}}
loading={updateLoading}
>
Update
</Button>
{/* Save Button */}
<Button
style={styles.saveChangesButton}
onPress={handleUpdate}
textColor={themeColors.highlight}
labelStyle={{
fontWeight: "bold",
}}
loading={updateLoading}
>
Update
</Button>

{/* Sign Out Button */}
<Pressable onPress={handleSignOut}>
Expand Down

0 comments on commit 9b24587

Please sign in to comment.