ER diagrams are insensitive to font size config #3032
Labels
Contributor needed
Status: Approved
Is ready to be worked on
Type: Enhancement
New feature or request
Describe the bug
Some diagram types respect init theme variables that modify font size, but ER diagrams do not respect this configuration
To Reproduce
Link to Live Editor:
class diagram with working font size
er diagram with ignored font size
Steps to reproduce the behavior:
%%{init:{"themeVariables": { "fontSize": "30px" }}}%%
to the first lineNote that, while I have omitted an explicit theme (which may or may not be defined behavior), adding a theme property to the init json does not alter the bug
Expected behavior
The font size of the diagram should noticeably increase. Instead, it remains unchanged.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: