0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

Add missing default color on stroke options.

This commit is contained in:
Andrey Antukh 2016-09-27 10:51:02 +03:00
parent 57396cf368
commit 1a51aaf8cf
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -75,10 +75,10 @@
[:span "Color"]
[:div.row-flex.color-data
[:span.color-th
{:style {:background-color (:stroke shape)}
{:style {:background-color (:stroke shape "#000000")}
:on-click show-color-picker}]
[:div.color-info
[:span (:stroke shape)]]]
[:span (:stroke shape "#000000")]]]
[:span "Opacity"]
[:div.row-flex