feat: (preferences) hook react display settings into user settings
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