mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-02 08:29:29 -05:00
fix default theme
This commit is contained in:
parent
5118dd8de8
commit
c35fec168a
1 changed files with 2 additions and 6 deletions
|
@ -53,14 +53,10 @@ export const PREF_DEF = {
|
|||
default: [] as Theme[],
|
||||
},
|
||||
lightTheme: {
|
||||
default: {
|
||||
id: 'pari-light-2',
|
||||
} as Theme | null,
|
||||
default: null as Theme | null,
|
||||
},
|
||||
darkTheme: {
|
||||
default: {
|
||||
id: 'pari-dark-2',
|
||||
} as Theme | null,
|
||||
default: null as Theme | null,
|
||||
},
|
||||
syncDeviceDarkMode: {
|
||||
default: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue