feat: (preferences) hook react display settings into user settings

This commit is contained in:
Grady Hallenbeck
2023-10-19 12:02:54 -07:00
parent ce4c7aed5e
commit 3dd26c7785
13 changed files with 530 additions and 46 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
interface Theme {
export interface Theme {
name: string
default?: boolean;
id: string
color: string
}