mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 15:51:37 -05:00
🐛 Accept nil values for :fill-color-gradient attr
This commit is contained in:
parent
aac044fa0a
commit
17ea8300ed
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
[:map {:title "Fill"}
|
[:map {:title "Fill"}
|
||||||
[:fill-color {:optional true} ::ctc/rgb-color]
|
[:fill-color {:optional true} ::ctc/rgb-color]
|
||||||
[:fill-opacity {:optional true} ::sm/safe-number]
|
[:fill-opacity {:optional true} ::sm/safe-number]
|
||||||
[:fill-color-gradient {:optional true} ::ctc/gradient]
|
[:fill-color-gradient {:optional true} [:maybe ::ctc/gradient]]
|
||||||
[:fill-color-ref-file {:optional true} [:maybe ::sm/uuid]]
|
[:fill-color-ref-file {:optional true} [:maybe ::sm/uuid]]
|
||||||
[:fill-color-ref-id {:optional true} [:maybe ::sm/uuid]]])
|
[:fill-color-ref-id {:optional true} [:maybe ::sm/uuid]]])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue