style(ui): update profile tab bar container margin
Some checks failed
Frontend CI / ota-android (push) Successful in 1m34s
Frontend CI / ota-ios (push) Successful in 1m34s
Frontend CI / build-and-push-web (push) Successful in 3m32s
Frontend CI / build-android-apk (push) Has been cancelled

Adjust the `marginTop` of the `tabBarContainer` in `createSharedProfileStyles` from 0 to `spacing.md` to improve layout spacing.
This commit is contained in:
2026-05-05 22:36:36 +08:00
parent 3196972596
commit e18cac2dca

View File

@@ -461,7 +461,7 @@ export function createSharedProfileStyles(colors: AppColors) {
flexGrow: 1,
},
tabBarContainer: {
marginTop: 0,
marginTop: spacing.md,
marginBottom: 0,
},
contentContainer: {