add: color selection on dashboard

This commit is contained in:
rasmusq
2025-12-19 19:33:43 +01:00
parent 22f9f8f0c9
commit b80ef2cfea
10 changed files with 128 additions and 14 deletions

View File

@@ -7,8 +7,8 @@
themeName,
color
}: {
themeName?: string;
color?: string;
themeName?: string | null;
color?: string | null;
} = $props();
const theme = $derived(getTheme(themeName));