0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 18:48:37 -05:00

Use proper initial color value on workspace colorpicker.

This commit is contained in:
Andrey Antukh 2016-05-20 21:14:31 +03:00
parent 7f123c1952
commit 963d22d930
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -52,7 +52,7 @@
(cp/colorpicker
:theme :small
:value (:stroke shape "#000000")
:value (get shape attr "#000000")
:on-change change-color)
(recent-colors shape change-color)]))))