fix: adjust padding in Settings screen scroll view
This commit is contained in:
parent
5a9af9fdce
commit
1ad7598a96
|
|
@ -35,7 +35,7 @@ export function Settings() {
|
|||
ref={scrollViewRef}
|
||||
style={{ paddingTop: insets.top }}
|
||||
className="bg-system-grouped-background flex-1"
|
||||
contentViewClassName="-mt-24 pb-36"
|
||||
contentViewClassName="-mt-24 pb-8"
|
||||
>
|
||||
<UserHeaderBanner scrollY={screenContext.reAnimatedScrollY} userId={whoami?.id} />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue