Skip to content

Commit 819843c

Browse files
committed
corrected font size text
1 parent c364ff4 commit 819843c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/config/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ The theming engine will only recognize hex colors and not color names. So, the v
211211
| -------------------- | ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
212212
| darkMode | false | Affects how derived colors are calculated. Set value to `true` for dark mode. |
213213
| background | #f4f4f4 | Used to calculate color for items that should either be background colored or contrasting to the background |
214-
| fontFamily | trebuchet ms, verdana, arial | Font family for diagram text; can be customized via `themeVariables` |
214+
| fontFamily | trebuchet ms, verdana, arial | Font family for diagram text |
215215
| fontSize | 16px | Font size in pixels |
216216
| primaryColor | #fff4dd | Color to be used as background in nodes, other colors will be derived from this |
217217
| primaryTextColor | calculated from darkMode #ddd/#333 | Color to be used as text color in nodes using `primaryColor` |

packages/mermaid/src/docs/config/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The theming engine will only recognize hex colors and not color names. So, the v
133133
| -------------------- | ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
134134
| darkMode | false | Affects how derived colors are calculated. Set value to `true` for dark mode. |
135135
| background | #f4f4f4 | Used to calculate color for items that should either be background colored or contrasting to the background |
136-
| fontFamily | trebuchet ms, verdana, arial | Font family for diagram text; can be customized via `themeVariables` |
136+
| fontFamily | trebuchet ms, verdana, arial | Font family for diagram text |
137137
| fontSize | 16px | Font size in pixels |
138138
| primaryColor | #fff4dd | Color to be used as background in nodes, other colors will be derived from this |
139139
| primaryTextColor | calculated from darkMode #ddd/#333 | Color to be used as text color in nodes using `primaryColor` |

0 commit comments

Comments
 (0)