From d24239530c33173fbf2331e5f14be1e8cf6f01c8 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:25:34 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- docs/config/setup/interfaces/mermaid.MermaidConfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/setup/interfaces/mermaid.MermaidConfig.md b/docs/config/setup/interfaces/mermaid.MermaidConfig.md index 54fbe253b..ca7828f52 100644 --- a/docs/config/setup/interfaces/mermaid.MermaidConfig.md +++ b/docs/config/setup/interfaces/mermaid.MermaidConfig.md @@ -460,7 +460,7 @@ This is useful when you want to control how to handle syntax errors in your appl ### theme -• `Optional` **theme**: `"default"` | `"forest"` | `"dark"` | `"neutral"` | `"null"` +• `Optional` **theme**: `"default"` | `"base"` | `"dark"` | `"forest"` | `"neutral"` | `"null"` Theme, the CSS style sheet. You may also use `themeCSS` to override this value.