mirror of
https://github.com/penpot/penpot.git
synced 2026-03-06 10:11:18 +00:00
Fix default color on fill options.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user