use actorBorderColor for actorLineColor in theme-neutral

This commit is contained in:
Aakansha Doshi 2024-03-08 11:20:25 +05:30
parent 1dd05ffbb1
commit 233944bf24
1 changed files with 1 additions and 1 deletions

View File

@ -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;