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.