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:
parent
7f123c1952
commit
963d22d930
1 changed files with 1 additions and 1 deletions
|
@ -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)]))))
|
||||
|
|
Loading…
Add table
Reference in a new issue