add: color selection on dashboard
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
themeName,
|
||||
color
|
||||
}: {
|
||||
themeName?: string;
|
||||
color?: string;
|
||||
themeName?: string | null;
|
||||
color?: string | null;
|
||||
} = $props();
|
||||
|
||||
const theme = $derived(getTheme(themeName));
|
||||
|
||||
Reference in New Issue
Block a user