diff options
author | Elijah Seed-Arita <elijaharita@gmail.com> | 2025-07-24 11:22:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-24 11:22:19 -0700 |
commit | dff0332dd0326b446a07d39f70df45aab178e4c4 (patch) | |
tree | e023540e0f328f036a037be87bc002597b078061 /src/screens/Profile/Header/ProfileHeaderStandard.tsx | |
parent | f0b869aeeb9d531b0428e3a62201358d95ffc2ec (diff) | |
download | voidsky-dff0332dd0326b446a07d39f70df45aab178e4c4.tar.zst |
fix: general profile component layout fixes, and ability to disable the inset border for UserAvatar (#8711)
Diffstat (limited to 'src/screens/Profile/Header/ProfileHeaderStandard.tsx')
-rw-r--r-- | src/screens/Profile/Header/ProfileHeaderStandard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/Header/ProfileHeaderStandard.tsx b/src/screens/Profile/Header/ProfileHeaderStandard.tsx index 5dbf32c57..3a076ddf6 100644 --- a/src/screens/Profile/Header/ProfileHeaderStandard.tsx +++ b/src/screens/Profile/Header/ProfileHeaderStandard.tsx @@ -251,7 +251,7 @@ let ProfileHeaderStandard = ({ <ProfileMenu profile={profile} /> </View> <View - style={[a.flex_col, a.gap_2xs, a.pb_sm, live ? a.pt_sm : a.pt_2xs]}> + style={[a.flex_col, a.gap_sm, a.pb_sm, live ? a.pt_sm : a.pt_2xs]}> <View style={[a.flex_row, a.align_center, a.gap_xs, a.flex_1]}> <Text emoji |