sequence numbers for dark mode should probably be black since the circle is the contrast color

This commit is contained in:
chris moran
2020-07-01 07:53:03 -04:00
parent ca86ab71f2
commit 01a2d90e38

View File

@@ -34,7 +34,7 @@ $noteBkgColor: #fff5ad;
$noteTextColor: $mainBkg; $noteTextColor: $mainBkg;
$activationBorderColor: $border1; $activationBorderColor: $border1;
$activationBkgColor: $secondBkg; $activationBkgColor: $secondBkg;
$sequenceNumberColor: white; $sequenceNumberColor: black;
/* Gantt chart variables */ /* Gantt chart variables */