From 01a2d90e3838f7a9e242d7d8844018c7a1f362bf Mon Sep 17 00:00:00 2001 From: chris moran Date: Wed, 1 Jul 2020 07:53:03 -0400 Subject: [PATCH] sequence numbers for dark mode should probably be black since the circle is the contrast color --- src/themes/dark/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/dark/index.scss b/src/themes/dark/index.scss index 4482483ce..aa1be46de 100644 --- a/src/themes/dark/index.scss +++ b/src/themes/dark/index.scss @@ -34,7 +34,7 @@ $noteBkgColor: #fff5ad; $noteTextColor: $mainBkg; $activationBorderColor: $border1; $activationBkgColor: $secondBkg; -$sequenceNumberColor: white; +$sequenceNumberColor: black; /* Gantt chart variables */