mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-07-07 01:41:33 +00:00
refactor: update cancel icon for sleep timer button
This commit is contained in:
parent
e25692132d
commit
62a3935d18
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ class SleepTimerBottomSheet extends HookConsumerWidget {
|
||||||
onDurationSelected?.call(null);
|
onDurationSelected?.call(null);
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
},
|
},
|
||||||
icon: const Icon(Icons.cancel),
|
icon: const Icon(Icons.timer_off),
|
||||||
label: const Text('Cancel Sleep Timer'),
|
label: const Text('Cancel Sleep Timer'),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue