From 220cc1dc12d4677bde2f999cd26bb798e66c36bf Mon Sep 17 00:00:00 2001 From: Gold87 <91761103+Gold872@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:28:48 -0400 Subject: [PATCH] Increase notification width (#49) --- lib/pages/dashboard_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)),