From d7ecdf71bac04bbb8cefb49147d6763752988325 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Thu, 10 Oct 2024 16:50:34 +0200 Subject: [PATCH] remove forced dark mode --- documentation/docs/theme.config.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/docs/theme.config.tsx b/documentation/docs/theme.config.tsx index b871caf7d2..1535011f34 100644 --- a/documentation/docs/theme.config.tsx +++ b/documentation/docs/theme.config.tsx @@ -16,9 +16,9 @@ const config: DocsThemeConfig = { text: Footer, }, darkMode: true, - nextThemes: { - forcedTheme: "dark", - }, + // nextThemes: { + // forcedTheme: "dark", + // }, primaryHue: { dark: 30, light: 30,