Skip to content

Commit

Permalink
reduce snackbar duration to 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-tbd committed Jul 20, 2024
1 parent 6b55a19 commit 1d3851a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/transaction/transaction_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class TransactionTile extends HookConsumerWidget {
),
margin: const EdgeInsets.symmetric(horizontal: Grid.xl),
behavior: SnackBarBehavior.floating,
duration: const Duration(seconds: 10),
duration: const Duration(seconds: 1),
backgroundColor: Theme.of(context).colorScheme.surface,
),
);
Expand Down

0 comments on commit 1d3851a

Please sign in to comment.