Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto nt-dependency-rework
  • Loading branch information
Gold872 committed Jun 25, 2024
2 parents 0f43387 + 220cc1d commit c28656d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pages/dashboard_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class _DashboardPageState extends State<DashboardPage> 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)),
Expand All @@ -337,7 +337,7 @@ class _DashboardPageState extends State<DashboardPage> 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)),
Expand Down

0 comments on commit c28656d

Please sign in to comment.