diff --git a/lib/pages/dashboard_page.dart b/lib/pages/dashboard_page.dart index 018f5f01..7fa10597 100644 --- a/lib/pages/dashboard_page.dart +++ b/lib/pages/dashboard_page.dart @@ -305,7 +305,7 @@ class _DashboardPageState extends State with WindowListener { background: colorScheme.surface, progressIndicatorBackground: colorScheme.surface, progressIndicatorColor: const Color(0xff01CB67), - width: 150, + width: 300, position: Alignment.bottomRight, toastDuration: const Duration(seconds: 3, milliseconds: 500), icon: const Icon(Icons.check_circle, color: Color(0xff01CB67)), @@ -324,7 +324,7 @@ class _DashboardPageState extends State with WindowListener { background: colorScheme.surface, progressIndicatorBackground: colorScheme.surface, progressIndicatorColor: const Color(0xffFE355C), - width: 150, + width: 300, position: Alignment.bottomRight, toastDuration: const Duration(seconds: 3, milliseconds: 500), icon: const Icon(Icons.error, color: Color(0xffFE355C)),