feat: add countdown timer structure

This commit is contained in:
MAZE
2024-06-16 18:40:13 +04:30
parent c35409ce0a
commit c5657d0642
9 changed files with 37 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ export function SleepTimer({ open }: SleepTimerProps) {
active={active}
icon={<IoMoonSharp />}
label="Sleep Timer"
shortcut="Shift + T"
shortcut="Shift + Alt + T"
onClick={open}
/>
);