mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 03:18:29 +02:00
fixing color piker css and adding colopicker lightbox base
This commit is contained in:
parent
b4dd70286d
commit
aaaafb46f5
2 changed files with 8 additions and 1 deletions
|
@ -188,6 +188,12 @@
|
|||
:on-change on-change
|
||||
:value (or (:hex @local) color "")
|
||||
:type "text"}]]
|
||||
[:div.element-color-picker
|
||||
[:div.color-picker-body
|
||||
[:img {:src "images/color-gamma.png", :border "none"}]]
|
||||
[:div.color-picker-bar
|
||||
[:div.color-bar-select]
|
||||
[:img {:src "images/color-bar.png", :border "none"}]]]
|
||||
(colorpicker #(swap! local merge %))
|
||||
[:input#project-btn.btn-primary
|
||||
{:value "+ Add color"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue