mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -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"]
|
[:span "Color"]
|
||||||
[:div.row-flex.color-data
|
[:div.row-flex.color-data
|
||||||
[:span.color-th
|
[:span.color-th
|
||||||
{:style {:background-color (:fill shape)}
|
{:style {:background-color (:fill shape "#000000")}
|
||||||
:on-click show-color-picker}]
|
:on-click show-color-picker}]
|
||||||
[:div.color-info
|
[:div.color-info
|
||||||
[:span (:fill shape)]]]
|
[:span (:fill shape "#000000")]]]
|
||||||
|
|
||||||
[:div.row-flex
|
[:div.row-flex
|
||||||
[:input.input-text
|
[:input.input-text
|
||||||
|
|
Loading…
Add table
Reference in a new issue