How to increase node size?

162 Views Asked by At

I want to know if there is a way to set a specific size in a node shape using mermaid flowchart

I managed to change node color using:

style D fill:#fc6b03

and tried add size this way but did not work:

style D fill:#fc6b03 size:100
0

There are 0 best solutions below