Merge pull request #5076 from grhallenbeck/dev-react-display-settings

feat: (preferences) migrate user display settings to react
This commit is contained in:
Bill Thornton
2024-03-25 03:56:45 -04:00
committed by GitHub
18 changed files with 1007 additions and 23 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
interface Theme {
export interface Theme {
name: string
default?: boolean;
id: string
color: string
}