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'), ), ),