From 521bfc66f03f44eaa971943ea566b403506fa3b6 Mon Sep 17 00:00:00 2001 From: Lishid Date: Thu, 22 Oct 2020 22:14:10 -0400 Subject: [PATCH] Update theme-base.js --- src/themes/theme-base.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/theme-base.js b/src/themes/theme-base.js index 633212e92..49d3d8c5a 100644 --- a/src/themes/theme-base.js +++ b/src/themes/theme-base.js @@ -63,8 +63,8 @@ class Theme { this.clusterBorder = this.clusterBorder || this.tertiaryBorderColor; 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.edgeLabelBackground || (this.darkMode ? darken(this.secondaryColor, 30) : this.secondaryColor); this.nodeTextColor = this.nodeTextColor || this.primaryTextColor; /* Sequence Diagram variables */