mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
Enabled styles.js for classDiagram-v2
This commit is contained in:
@@ -12,7 +12,7 @@ const getStyles = options =>
|
||||
}
|
||||
|
||||
.divider {
|
||||
stroke: $nodeBorder;
|
||||
stroke: ${options.nodeBorder};
|
||||
stroke: 1;
|
||||
}
|
||||
|
||||
|
@@ -14,7 +14,8 @@ const themes = {
|
||||
'flowchart-v2': flowchart,
|
||||
sequence,
|
||||
gantt,
|
||||
class: classDiagram,
|
||||
classDiagram,
|
||||
'classDiagram-v2': classDiagram,
|
||||
stateDiagram,
|
||||
state: stateDiagram,
|
||||
git,
|
||||
|
Reference in New Issue
Block a user