mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 17:11:42 +02:00
♻️ Use correct function for color transformation
Regression introduced in previous refactor PR
This commit is contained in:
parent
42acdbd135
commit
99d7b7ebf8
2 changed files with 1 additions and 12 deletions
|
@ -168,7 +168,7 @@
|
|||
(seq fills)
|
||||
[:& h/sortable-container {}
|
||||
(for [[index value] (d/enumerate (:fills values []))]
|
||||
[:& color-row {:color (ctc/fill->color value)
|
||||
[:& color-row {:color (ctc/fill->shape-color value)
|
||||
:key index
|
||||
:index index
|
||||
:title (tr "workspace.options.fill")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue