fix: adjust padding in Settings screen scroll view

This commit is contained in:
lawvs 2025-05-09 14:44:32 +08:00
parent 5a9af9fdce
commit 1ad7598a96
1 changed files with 1 additions and 1 deletions

View File

@ -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} />