From e18cac2dcaebcac5222f6b9bdff2d656bad41087 Mon Sep 17 00:00:00 2001 From: lan Date: Tue, 5 May 2026 22:36:36 +0800 Subject: [PATCH] style(ui): update profile tab bar container margin Adjust the `marginTop` of the `tabBarContainer` in `createSharedProfileStyles` from 0 to `spacing.md` to improve layout spacing. --- src/screens/profile/useUserProfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/profile/useUserProfile.ts b/src/screens/profile/useUserProfile.ts index ea29540..a3c7a7b 100644 --- a/src/screens/profile/useUserProfile.ts +++ b/src/screens/profile/useUserProfile.ts @@ -461,7 +461,7 @@ export function createSharedProfileStyles(colors: AppColors) { flexGrow: 1, }, tabBarContainer: { - marginTop: 0, + marginTop: spacing.md, marginBottom: 0, }, contentContainer: {