0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-15 09:11:21 -05:00

🐛 Fixes problem when adding stroke

This commit is contained in:
alonso.torres 2020-09-11 10:53:14 +02:00
parent d6fc98c70b
commit b5a875c03b

View file

@ -114,7 +114,8 @@
(st/emit! (dwc/update-shapes ids #(assoc %
:stroke-style :solid
:stroke-color "#000000"
:stroke-opacity 1))))
:stroke-opacity 1
:stroke-width 1))))
on-del-stroke
(fn [event]