feat: create customer

This commit is contained in:
efrilm
2025-08-03 16:13:33 +07:00
parent 52bedee66d
commit c87276a0ea
11 changed files with 1151 additions and 15 deletions
+3
View File
@@ -22,6 +22,9 @@ ThemeData getApplicationTheme = ThemeData(
useMaterial3: true,
inputDecorationTheme: InputDecorationTheme(
contentPadding: const EdgeInsets.symmetric(horizontal: 16.0),
hintStyle: const TextStyle(
color: AppColors.grey,
),
border: OutlineInputBorder(
borderRadius: BorderRadius.circular(8.0),
borderSide: BorderSide(color: AppColors.primary),