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.
This commit is contained in:
@@ -461,7 +461,7 @@ export function createSharedProfileStyles(colors: AppColors) {
|
||||
flexGrow: 1,
|
||||
},
|
||||
tabBarContainer: {
|
||||
marginTop: 0,
|
||||
marginTop: spacing.md,
|
||||
marginBottom: 0,
|
||||
},
|
||||
contentContainer: {
|
||||
|
||||
Reference in New Issue
Block a user