mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
refactor(theme): switch theme detection to use class
This commit is contained in:
@@ -8,9 +8,7 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
presets: [
|
||||
presetUno({
|
||||
dark: 'media',
|
||||
}),
|
||||
presetUno({ dark: 'class' }),
|
||||
presetWebFonts({
|
||||
provider: 'google',
|
||||
fonts: {
|
||||
|
||||
Reference in New Issue
Block a user