diff --git a/lib/screens/pay/pay_screen.dart b/lib/screens/pay/pay_screen.dart index fc849b1..0d0ff6d 100644 --- a/lib/screens/pay/pay_screen.dart +++ b/lib/screens/pay/pay_screen.dart @@ -181,6 +181,7 @@ class _PayScreenState extends State with TickerProviderStateMixin { AppSnackBar.show( context, errorMessage, + backgroundColor: Colors.deepOrange, action: SnackBarAction( label: 'Check uptime', textColor: Colors.yellow, // Optional custom styling