feat: reward page

This commit is contained in:
efrilm
2025-08-29 20:34:26 +07:00
parent 00c9d8435a
commit c790d00341
5 changed files with 594 additions and 91 deletions
+5
View File
@@ -74,5 +74,10 @@ class ThemeApp {
backgroundColor: AppColor.white,
elevation: 4,
),
tabBarTheme: TabBarThemeData(
indicatorColor: AppColor.primary,
labelColor: AppColor.primary,
unselectedLabelColor: AppColor.textSecondary,
),
);
}