0
Fork 0
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:
Andrey Antukh 2016-06-21 18:47:43 +03:00
parent b6bcc1795c
commit a4562c11e2
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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