feat: main page

This commit is contained in:
efrilm
2025-08-12 17:36:41 +07:00
parent f8477d8a8c
commit ae1293d28d
10 changed files with 255 additions and 13 deletions
+13
View File
@@ -42,5 +42,18 @@ class ThemeApp {
),
),
),
bottomNavigationBarTheme: BottomNavigationBarThemeData(
backgroundColor: AppColor.background,
selectedItemColor: AppColor.primary,
unselectedItemColor: AppColor.textSecondary,
selectedLabelStyle: AppStyle.md.copyWith(
color: AppColor.primary,
fontWeight: FontWeight.w600,
),
unselectedLabelStyle: AppStyle.md.copyWith(
color: AppColor.textSecondary,
fontWeight: FontWeight.w500,
),
),
);
}