From 62a3935d183b96c1f6e606c24cba80d98ceb1594 Mon Sep 17 00:00:00 2001 From: Dr-Blank <64108942+Dr-Blank@users.noreply.github.com> Date: Wed, 2 Oct 2024 06:55:19 -0400 Subject: [PATCH] refactor: update cancel icon for sleep timer button --- lib/features/sleep_timer/view/sleep_timer_button.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/sleep_timer/view/sleep_timer_button.dart b/lib/features/sleep_timer/view/sleep_timer_button.dart index 6fce536..7065fed 100644 --- a/lib/features/sleep_timer/view/sleep_timer_button.dart +++ b/lib/features/sleep_timer/view/sleep_timer_button.dart @@ -153,7 +153,7 @@ class SleepTimerBottomSheet extends HookConsumerWidget { onDurationSelected?.call(null); Navigator.of(context).pop(); }, - icon: const Icon(Icons.cancel), + icon: const Icon(Icons.timer_off), label: const Text('Cancel Sleep Timer'), ), ),