Skip to content

Commit

Permalink
use actorBorderColor for actorLineColor in theme-neutral
Browse files Browse the repository at this point in the history
  • Loading branch information
ad1992 committed Mar 8, 2024
1 parent 1dd05ff commit 233944b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/themes/theme-neutral.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class Theme {
this.actorBorder = lighten(this.border1, 23);
this.actorBkg = this.mainBkg;
this.actorTextColor = this.text;
this.actorLineColor = this.lineColor;
this.actorLineColor = this.actorBorder;
this.signalColor = this.text;
this.signalTextColor = this.text;
this.labelBoxBkgColor = this.actorBkg;
Expand Down

0 comments on commit 233944b

Please sign in to comment.