Skip to content

Commit

Permalink
Color variable added in bpm.scss (#1844)
Browse files Browse the repository at this point in the history
* Color variable added in bpm.scss

* bpm.scss color vatable update
  • Loading branch information
Josephalexantony-aot authored Jan 22, 2024
1 parent 50754f8 commit 2965fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms-flow-web/src/components/BPMN/bpm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
cursor: grab;
}
.highlight:not(.djs-connection) .djs-visual > :nth-child(1) {
fill: rgb(56,89,138) !important;
fill: var(--color-primary-dk) !important;
}

.btn_zoom{
Expand Down

0 comments on commit 2965fdc

Please sign in to comment.