before events

This commit is contained in:
Felipe
2024-04-18 11:40:06 -05:00
parent 142c09d389
commit 631b8c5801
2 changed files with 4 additions and 4 deletions
@@ -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),
+2 -2
View File
@@ -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),