mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 23:09:49 +02:00
assign actorLineColor
This commit is contained in:
@@ -187,6 +187,7 @@ class Theme {
|
||||
this.loopTextColor = this.actorTextColor;
|
||||
this.noteBorderColor = this.border2;
|
||||
this.noteTextColor = this.actorTextColor;
|
||||
this.actorLineColor = this.actorBorder;
|
||||
|
||||
/* Gantt chart variables */
|
||||
|
||||
|
@@ -101,6 +101,7 @@ class Theme {
|
||||
this.loopTextColor = this.actorTextColor;
|
||||
this.noteBorderColor = this.border2;
|
||||
this.noteTextColor = this.actorTextColor;
|
||||
this.actorLineColor = this.actorBorder;
|
||||
|
||||
/* Each color-set will have a background, a foreground and a border color */
|
||||
this.cScale0 = this.cScale0 || this.primaryColor;
|
||||
|
Reference in New Issue
Block a user