feat: update home page

This commit is contained in:
efrilm
2025-08-12 22:36:23 +07:00
parent 8fa20d03b6
commit 3fb4170d02
2 changed files with 6 additions and 30 deletions
+2 -2
View File
@@ -56,11 +56,11 @@ class ThemeApp {
),
),
appBarTheme: AppBarTheme(
backgroundColor: AppColor.white,
backgroundColor: AppColor.primary,
elevation: 1,
titleTextStyle: AppStyle.lg.copyWith(
fontWeight: FontWeight.w600,
color: AppColor.primary,
color: AppColor.white,
),
),
);