Merge pull request #5076 from grhallenbeck/dev-react-display-settings
feat: (preferences) migrate user display settings to react
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
interface Theme {
|
||||
export interface Theme {
|
||||
name: string
|
||||
default?: boolean;
|
||||
id: string
|
||||
color: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user