feat: add colorscheme to user in db (#987)
This commit is contained in:
2
packages/definitions/src/user.ts
Normal file
2
packages/definitions/src/user.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const colorSchemes = ["light", "dark", "auto"] as const;
|
||||
export type ColorScheme = (typeof colorSchemes)[number];
|
||||
Reference in New Issue
Block a user