Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Commit

Permalink
Rendert DataObject-Collection-Marker passend zum Theme (#5)
Browse files Browse the repository at this point in the history
## Beschreibung

DataObject-Collection-Marker haben beim Rendern nicht beachtet, in
welchem Theme sich das Studio gerade befindet und wurden immer schwarz
gezeichnet - im Dark Theme eher ungünstig.
  • Loading branch information
S3bastianGriesa authored Dec 8, 2023
2 parents 1cb4bc5 + db3a2b1 commit 7a8db4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/draw/BpmnRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,8 @@ export default function BpmnRenderer(
});

/* collection path */ drawPath(parentGfx, pathData, {
strokeWidth: 2
strokeWidth: 2,
stroke: getStrokeColor(element, defaultStrokeColor)
});
}

Expand Down

0 comments on commit 7a8db4c

Please sign in to comment.