mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
fix: change default times
This commit is contained in:
parent
def69de6e4
commit
158cffca8c
1 changed files with 3 additions and 3 deletions
|
|
@ -31,9 +31,9 @@ export function Pomodoro({ onClose, show }: PomodoroProps) {
|
||||||
|
|
||||||
const defaultTimes = useMemo(
|
const defaultTimes = useMemo(
|
||||||
() => ({
|
() => ({
|
||||||
long: 60,
|
long: 15 * 60,
|
||||||
pomodoro: 60,
|
pomodoro: 25 * 60,
|
||||||
short: 60,
|
short: 5 * 60,
|
||||||
}),
|
}),
|
||||||
[],
|
[],
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue