mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
change options order
This commit is contained in:
parent
3531d5054a
commit
9422987133
1 changed files with 4 additions and 4 deletions
|
@ -145,12 +145,12 @@
|
|||
{:placeholder "RGB"
|
||||
:type "text"}]]
|
||||
|
||||
(recent-colors shape #(change-stroke {:color %}))
|
||||
|
||||
[:span "Color options"]
|
||||
[:div.row-flex
|
||||
[:span.color-th.palette-th i/picker]
|
||||
[:span.color-th.palette-th i/palette]]
|
||||
|
||||
(recent-colors shape #(change-stroke {:color %}))]]
|
||||
[:span.color-th.palette-th i/picker]
|
||||
[:span.color-th.palette-th i/palette]]]]
|
||||
|
||||
;; SLIDEBAR FOR ROTATION AND OPACITY
|
||||
[:span "Opacity"]
|
||||
|
|
Loading…
Add table
Reference in a new issue