From 33f9dbefaeabb111eb51687b4319aca9c72c1126 Mon Sep 17 00:00:00 2001 From: gharbat Date: Mon, 15 Jul 2024 23:05:00 +0300 Subject: [PATCH] Add modeToggle to mint.json --- docs/mint.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/mint.json b/docs/mint.json index 3abf1f62e..f7d347d93 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -5,6 +5,10 @@ "dark": "/logo/dark.png", "light": "/logo/light.png" }, + "modeToggle": { + "default": "light", + "isHidden": false + }, "favicon": "/favicon.png", "colors": { "primary": "#4717a6",