fontSize themeVariable setting is ignored #6142
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
The erDiagram below appears with writing that is too small to read regardless of the value supplied for fontSize. There's no obvious effect on flowDiagrams either. I am using a 4k monitor.
Steps to reproduce
%%{
init:
{
'theme': 'base',
'themeVariables' :
{
'fontSize' : 100
}
}
}%%
erDiagram
a ||--|| b : x
b ||--|| c : x
c ||--|| d : x
d ||--|| e : x
e ||--|| f : x
f ||--|| g : x
g ||--|| h : x
h ||--|| i : x
i ||--|| TextTooSmallToReadEasily : x
Screenshots
No response
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: