From 69113a988f7f24f3350a58181b560f23d5248367 Mon Sep 17 00:00:00 2001 From: Lishid Date: Thu, 22 Oct 2020 22:17:43 -0400 Subject: [PATCH] Update theme-base.js --- src/themes/theme-base.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/themes/theme-base.js b/src/themes/theme-base.js index 49d3d8c5a..fdf5d8848 100644 --- a/src/themes/theme-base.js +++ b/src/themes/theme-base.js @@ -64,7 +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 */