refactor: update cancel icon for sleep timer button

This commit is contained in:
Dr-Blank 2024-10-02 06:55:19 -04:00
parent e25692132d
commit 62a3935d18
No known key found for this signature in database
GPG key ID: 7452CC63F210A266

View file

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