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:
parent
57396cf368
commit
1a51aaf8cf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue