mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-29 12:49:12 +00:00
refactor: user navigation and account settings
This commit is contained in:
parent
c15f98b86e
commit
2fed4ffdf6
6 changed files with 14 additions and 58 deletions
|
@ -5,7 +5,7 @@
|
|||
export const appearanceFormSchema = z.object({
|
||||
theme: z.enum(['light', 'dark', 'system'], {
|
||||
required_error: 'Please select a theme.'
|
||||
}),
|
||||
})
|
||||
});
|
||||
|
||||
export type AppearanceFormSchema = typeof appearanceFormSchema;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue