Skip to content

Commit

Permalink
fix(show-scopes): use default canvas highlight color
Browse files Browse the repository at this point in the history
Ensures color difference with existing UI elements.
  • Loading branch information
nikku committed May 11, 2021
1 parent d21e37b commit fdbf665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/bpmn-js-token-simulation.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ html, body, #canvas {
}

.djs-container.highlight {
background-color: var(--token-simulation-silver-darken-94, #EFEFEF);
background-color: var(--token-simulation-silver-base-97, #F8F8F8);
}

.set-animation-speed {
Expand Down

0 comments on commit fdbf665

Please sign in to comment.