refactor(TabBar, HomeScreen): update styles for improved UI consistency
All checks were successful
Frontend CI / build-and-push-web (push) Successful in 3m2s
Frontend CI / ota-android (push) Successful in 15m35s
Frontend CI / build-android-apk (push) Successful in 1h19m59s

- Adjusted TabBar styles for better shadow effects and padding.
- Modified HomeScreen layout margins and padding for enhanced spacing.
- Updated font weight for modernTabText to improve text visibility.
- Changed active opacity for tab interactions to enhance user experience.
This commit is contained in:
lafay
2026-03-30 18:01:32 +08:00
parent 774b5c4b47
commit 2ef267a897
2 changed files with 20 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ function createHomeStyles(colors: AppColors) {
},
searchWrapper: {
paddingTop: spacing.lg,
paddingBottom: spacing.sm,
paddingBottom: spacing.xs,
shadowColor: 'transparent',
shadowOffset: { width: 0, height: 0 },
shadowOpacity: 0,
@@ -75,8 +75,8 @@ function createHomeStyles(colors: AppColors) {
elevation: 0,
},
homeTabBar: {
marginTop: spacing.xs,
marginBottom: spacing.sm,
marginTop: spacing.sm,
marginBottom: spacing.md,
},
viewToggleBtn: {
width: 44,