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
9eea7ea92e
commit
5118dd8de8
1 changed files with 2 additions and 2 deletions
|
@ -54,12 +54,12 @@ export const PREF_DEF = {
|
|||
},
|
||||
lightTheme: {
|
||||
default: {
|
||||
id: 'p-light2',
|
||||
id: 'pari-light-2',
|
||||
} as Theme | null,
|
||||
},
|
||||
darkTheme: {
|
||||
default: {
|
||||
id: 'p-dark2',
|
||||
id: 'pari-dark-2',
|
||||
} as Theme | null,
|
||||
},
|
||||
syncDeviceDarkMode: {
|
||||
|
|
Loading…
Add table
Reference in a new issue