♻️ Use correct function for color transformation

Regression introduced in previous refactor PR
This commit is contained in:
Andrey Antukh 2025-01-16 17:58:04 +01:00
parent 42acdbd135
commit 99d7b7ebf8
2 changed files with 1 additions and 12 deletions

View file

@ -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")