Closed zxuanhong closed 1 year ago
appendIcon and createIcon icon loading mode is changed to html to facilitate css to change icon color
css change color
.djs-context-pad { > .group { .create-append-anything-append-element { fill: #1e80ff !important; } } } .djs-palette-entries { > .group { .create-append-anything-create-element { fill: #1e80ff !important; } } }
Closes #5
All committers have signed the CLA.
Thanks for your contribution @zxiaozhou ! Could you please lint your code to match our code style and CI does not fail? Make sure npm run lint runs smoothly.
npm run lint
@smbea Have taken care of.
appendIcon and createIcon icon loading mode is changed to html to facilitate css to change icon color
css change color
Closes #5