Merge branch 'develop' into feature/1531_ERD_attributes

This commit is contained in:
Adrian Hall
2020-11-02 09:44:56 +00:00
6 changed files with 20 additions and 24 deletions

View File

@@ -64,9 +64,8 @@ class Theme {
this.defaultLinkColor = this.defaultLinkColor || this.lineColor;
this.titleColor = this.titleColor || this.tertiaryTextColor;
this.edgeLabelBackground =
this.edgeLabelBackground || this.darkMode
? darken(this.secondaryColor, 30)
: this.secondaryColor;
this.edgeLabelBackground ||
(this.darkMode ? darken(this.secondaryColor, 30) : this.secondaryColor);
this.nodeTextColor = this.nodeTextColor || this.primaryTextColor;
/* Sequence Diagram variables */