mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-03 11:04:06 +01:00
moved hard-coded fill and stroke colors from svgDraw.js to scss files, and added defaults to all themes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user