Skip to content

Commit

Permalink
fix(SettingsProfile): update profile picture dimensions and border ra…
Browse files Browse the repository at this point in the history
…dius
  • Loading branch information
Slysoks committed Jan 5, 2025
1 parent c1bcc8a commit 67b0c6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/settings/SettingsProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ const SettingsProfile: Screen<"SettingsProfile"> = ({ navigation }) => {
<Image
source={{ uri: profilePic }}
style={{
width: 55,
height: 55,
borderRadius: 90,
width: 70,
height: 70,
borderRadius: 16,
// @ts-expect-error : borderCurve is not in the Image style
borderCurve: "continuous",
}}
Expand Down

0 comments on commit 67b0c6f

Please sign in to comment.