mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-05 08:36:39 +02:00
#945 Setting up stylesheet, classes and colors
This commit is contained in:
@@ -166,7 +166,7 @@ const renderDoc = (doc, diagram, parentId) => {
|
||||
let sub = diagram
|
||||
.append('g')
|
||||
.attr('id', stateDef.id)
|
||||
.attr('class', 'classGroup');
|
||||
.attr('class', 'stateGroup');
|
||||
node = renderDoc(stateDef.doc, sub, stateDef.id);
|
||||
|
||||
if (first) {
|
||||
|
Reference in New Issue
Block a user