migrate to mantine v9

This commit is contained in:
jeffvli
2026-04-28 20:58:45 -07:00
parent 03edd5a639
commit 6be5818493
9 changed files with 118 additions and 156 deletions
@@ -273,7 +273,7 @@ export const SleepTimerButton = () => {
<Divider my="md" />
<Grid gutter="xs">
<Grid gap="xs">
{PRESET_OPTIONS.filter((option) => option.mode === 'timed').map(
(option, index) => (
<Grid.Col key={index} span={4}>