diff --git a/lib/screens/service/professional_service_screen.dart b/lib/screens/service/professional_service_screen.dart index 8243a8b..785760b 100644 --- a/lib/screens/service/professional_service_screen.dart +++ b/lib/screens/service/professional_service_screen.dart @@ -288,7 +288,7 @@ class _ProfessionalServiceScreenState extends State { ), 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 { ); }, style: FilledButton.styleFrom( - backgroundColor: Theme.of(context).colorScheme.primary, + backgroundColor: Colors.green, padding: const EdgeInsets.symmetric(vertical: 15), shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(10), diff --git a/lib/screens/service/user_service_screen.dart b/lib/screens/service/user_service_screen.dart index 2acb09a..2e00854 100644 --- a/lib/screens/service/user_service_screen.dart +++ b/lib/screens/service/user_service_screen.dart @@ -404,7 +404,7 @@ class _UserServiceScreenState extends State { ), 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 { ); }, style: FilledButton.styleFrom( - backgroundColor: Theme.of(context).colorScheme.primary, + backgroundColor: Colors.green, padding: const EdgeInsets.symmetric(vertical: 15), shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(10),