From 0201a78f178593187f7657353eb97cc2c6601364 Mon Sep 17 00:00:00 2001 From: Vusa Date: Thu, 25 Jun 2026 00:30:46 +0200 Subject: [PATCH] improving error handling --- lib/screens/pay/pay_screen.dart | 1 + 1 file changed, 1 insertion(+) 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