mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 15:31:38 +02:00
Add todo comment.
This commit is contained in:
parent
fbefa65644
commit
d9bec06b2f
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@
|
||||||
(when x {:x x})
|
(when x {:x x})
|
||||||
(when y {:y y})))))
|
(when y {:y y})))))
|
||||||
|
|
||||||
|
;; TODO: rename fill to "color" for consistency.
|
||||||
(defn update-shape-fill
|
(defn update-shape-fill
|
||||||
[sid {:keys [fill opacity] :as opts}]
|
[sid {:keys [fill opacity] :as opts}]
|
||||||
(sc/validate! +shape-update-fill-schema+ opts)
|
(sc/validate! +shape-update-fill-schema+ opts)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue