feat: home page
This commit is contained in:
@@ -55,5 +55,13 @@ class ThemeApp {
|
||||
fontWeight: FontWeight.w500,
|
||||
),
|
||||
),
|
||||
appBarTheme: AppBarTheme(
|
||||
backgroundColor: AppColor.white,
|
||||
elevation: 1,
|
||||
titleTextStyle: AppStyle.lg.copyWith(
|
||||
fontWeight: FontWeight.w600,
|
||||
color: AppColor.primary,
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user