before events
This commit is contained in:
@@ -288,7 +288,7 @@ class _ProfessionalServiceScreenState extends State<ProfessionalServiceScreen> {
|
||||
),
|
||||
const SizedBox(height: 20),
|
||||
customActionButtons(service, userInfo),
|
||||
const SizedBox(height: 60),
|
||||
const SizedBox(height: 50),
|
||||
customMessageStatus(service),
|
||||
const SizedBox(height: 20),
|
||||
],
|
||||
@@ -629,7 +629,7 @@ class _ProfessionalServiceScreenState extends State<ProfessionalServiceScreen> {
|
||||
);
|
||||
},
|
||||
style: FilledButton.styleFrom(
|
||||
backgroundColor: Theme.of(context).colorScheme.primary,
|
||||
backgroundColor: Colors.green,
|
||||
padding: const EdgeInsets.symmetric(vertical: 15),
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(10),
|
||||
|
||||
@@ -404,7 +404,7 @@ class _UserServiceScreenState extends State<UserServiceScreen> {
|
||||
),
|
||||
const SizedBox(height: 20),
|
||||
customActionButtons(service, userInfo),
|
||||
const SizedBox(height: 60),
|
||||
const SizedBox(height: 50),
|
||||
customMessageStatus(service),
|
||||
const SizedBox(height: 20),
|
||||
],
|
||||
@@ -807,7 +807,7 @@ class _UserServiceScreenState extends State<UserServiceScreen> {
|
||||
);
|
||||
},
|
||||
style: FilledButton.styleFrom(
|
||||
backgroundColor: Theme.of(context).colorScheme.primary,
|
||||
backgroundColor: Colors.green,
|
||||
padding: const EdgeInsets.symmetric(vertical: 15),
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(10),
|
||||
|
||||
Reference in New Issue
Block a user