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,
|
flexGrow: 1,
|
||||||
},
|
},
|
||||||
tabBarContainer: {
|
tabBarContainer: {
|
||||||
marginTop: 0,
|
marginTop: spacing.md,
|
||||||
marginBottom: 0,
|
marginBottom: 0,
|
||||||
},
|
},
|
||||||
contentContainer: {
|
contentContainer: {
|
||||||
|
|||||||
Reference in New Issue
Block a user