1
0
Fork 0
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:
FLY_MC 2025-03-11 06:00:24 +08:00
parent 9eea7ea92e
commit 5118dd8de8

View file

@ -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: {