moved hard-coded fill and stroke colors from svgDraw.js to scss files, and added defaults to all themes

This commit is contained in:
Bland, Paul
2018-08-22 10:22:50 -04:00
parent a4992963b3
commit 228b832bed
6 changed files with 14 additions and 1 deletions

View File

@@ -106,7 +106,7 @@ export const drawActivation = function (elem, bounds, verticalPos) {
const g = bounds.anchored
rect.x = bounds.startx
rect.y = bounds.starty
rect.fill = '#f4f4f4'
rect.class = 'activation'
rect.width = bounds.stopx - bounds.startx
rect.height = verticalPos - bounds.starty
drawRect(g, rect)