mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
Fix default color on fill options.
This commit is contained in:
parent
b6bcc1795c
commit
a4562c11e2
@ -53,10 +53,10 @@
|
||||
[:span "Color"]
|
||||
[:div.row-flex.color-data
|
||||
[:span.color-th
|
||||
{:style {:background-color (:fill shape)}
|
||||
{:style {:background-color (:fill shape "#000000")}
|
||||
:on-click show-color-picker}]
|
||||
[:div.color-info
|
||||
[:span (:fill shape)]]]
|
||||
[:span (:fill shape "#000000")]]]
|
||||
|
||||
[:div.row-flex
|
||||
[:input.input-text
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user