mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
Fix default color on fill options.
This commit is contained in:
parent
b6bcc1795c
commit
a4562c11e2
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue