mirror of
https://github.com/penpot/penpot.git
synced 2025-02-18 21:06:11 -05:00
Add missing default color on stroke options.
This commit is contained in:
parent
57396cf368
commit
1a51aaf8cf
1 changed files with 2 additions and 2 deletions
|
@ -75,10 +75,10 @@
|
||||||
[:span "Color"]
|
[:span "Color"]
|
||||||
[:div.row-flex.color-data
|
[:div.row-flex.color-data
|
||||||
[:span.color-th
|
[:span.color-th
|
||||||
{:style {:background-color (:stroke shape)}
|
{:style {:background-color (:stroke shape "#000000")}
|
||||||
:on-click show-color-picker}]
|
:on-click show-color-picker}]
|
||||||
[:div.color-info
|
[:div.color-info
|
||||||
[:span (:stroke shape)]]]
|
[:span (:stroke shape "#000000")]]]
|
||||||
|
|
||||||
[:span "Opacity"]
|
[:span "Opacity"]
|
||||||
[:div.row-flex
|
[:div.row-flex
|
||||||
|
|
Loading…
Add table
Reference in a new issue