feat: create customer
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user