From 819843cf2abf716fc46f63897531dfec2b08b6d1 Mon Sep 17 00:00:00 2001 From: nourhenta Date: Thu, 1 May 2025 20:53:37 +0100 Subject: [PATCH] corrected font size text --- docs/config/theming.md | 2 +- packages/mermaid/src/docs/config/theming.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config/theming.md b/docs/config/theming.md index 2d8fff23c..5464e3a1d 100644 --- a/docs/config/theming.md +++ b/docs/config/theming.md @@ -211,7 +211,7 @@ The theming engine will only recognize hex colors and not color names. So, the v | -------------------- | ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | | darkMode | false | Affects how derived colors are calculated. Set value to `true` for dark mode. | | background | #f4f4f4 | Used to calculate color for items that should either be background colored or contrasting to the background | -| fontFamily | trebuchet ms, verdana, arial | Font family for diagram text; can be customized via `themeVariables` | +| fontFamily | trebuchet ms, verdana, arial | Font family for diagram text | | fontSize | 16px | Font size in pixels | | primaryColor | #fff4dd | Color to be used as background in nodes, other colors will be derived from this | | primaryTextColor | calculated from darkMode #ddd/#333 | Color to be used as text color in nodes using `primaryColor` | diff --git a/packages/mermaid/src/docs/config/theming.md b/packages/mermaid/src/docs/config/theming.md index c60216822..8fd05812a 100644 --- a/packages/mermaid/src/docs/config/theming.md +++ b/packages/mermaid/src/docs/config/theming.md @@ -133,7 +133,7 @@ The theming engine will only recognize hex colors and not color names. So, the v | -------------------- | ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | | darkMode | false | Affects how derived colors are calculated. Set value to `true` for dark mode. | | background | #f4f4f4 | Used to calculate color for items that should either be background colored or contrasting to the background | -| fontFamily | trebuchet ms, verdana, arial | Font family for diagram text; can be customized via `themeVariables` | +| fontFamily | trebuchet ms, verdana, arial | Font family for diagram text | | fontSize | 16px | Font size in pixels | | primaryColor | #fff4dd | Color to be used as background in nodes, other colors will be derived from this | | primaryTextColor | calculated from darkMode #ddd/#333 | Color to be used as text color in nodes using `primaryColor` |