#2045 Fix for default value

This commit is contained in:
Knut Sveidqvist
2021-05-06 20:29:07 +02:00
parent 30faf7bfad
commit 2104c983e9
5 changed files with 5 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ sequenceDiagram
// console.error('Mermaid error: ', err);
};
mermaid.initialize({
theme: 'neutral',
theme: 'dark',
arrowMarkerAbsolute: true,
// themeCSS: '.edgePath .path {stroke: red;} .arrowheadPath {fill: red;}',
logLevel: 0,