element-nice-ui
Version:
A Component Library for Vue.js.
26 lines (21 loc) • 342 B
JavaScript
const customColor = {
'bpmn:StartEvent': {
// fill: '#12c2e9',
stroke: '#12c2e9'
},
'Task': {
stroke: '#C71585',
strokeWidth: 6
},
'Gateway': {
stroke: '#FF8C00'
},
'bpmn:EndEvent': {
// fill: '#90EE90',
stroke: '#90EE90'
},
default: {
stroke: '#12c2e9',
}
}
export default customColor