design: change dark theme to black

This commit is contained in:
Julien Calixte
2026-04-08 19:01:48 +02:00
parent 541e058d12
commit 66a1bcbaa9
2 changed files with 2 additions and 2 deletions

View File

@@ -3,5 +3,5 @@
export const themeConfig = {
light: "garden",
dark: "sunset"
dark: 'black'
}