feat: merchant page
This commit is contained in:
@@ -16,19 +16,6 @@ class ThemeApp {
|
||||
fontFamily: FontFamily.quicksand,
|
||||
primaryColor: AppColor.primary,
|
||||
scaffoldBackgroundColor: AppColor.white,
|
||||
textTheme: TextTheme(
|
||||
bodySmall: AppStyle.xs,
|
||||
bodyMedium: AppStyle.md,
|
||||
bodyLarge: AppStyle.lg,
|
||||
labelSmall: AppStyle.sm,
|
||||
labelLarge: AppStyle.xl,
|
||||
headlineSmall: AppStyle.h6,
|
||||
headlineMedium: AppStyle.h5,
|
||||
headlineLarge: AppStyle.h4,
|
||||
displaySmall: AppStyle.h3,
|
||||
displayMedium: AppStyle.h2,
|
||||
displayLarge: AppStyle.h1,
|
||||
),
|
||||
appBarTheme: AppBarTheme(
|
||||
backgroundColor: AppColor.white,
|
||||
foregroundColor: AppColor.textPrimary,
|
||||
|
||||
Reference in New Issue
Block a user