Browse Source

fix: docs light theme (#42395)

Filip 3 days ago
parent
commit
d2b8cb8081
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/www/blume.config.ts

+ 1 - 1
packages/www/blume.config.ts

@@ -23,7 +23,7 @@ export default defineConfig({
     dir: "packages/www",
   },
   theme: {
-    background: "#131010",
+    background: { dark: "#131010" },
     fonts: {
       body: "ibm-plex-mono",
       display: "ibm-plex-mono",