mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 05:51:39 +02:00
✨ Restores border radius to color elements
This commit is contained in:
parent
a3419312d7
commit
88763d236a
2 changed files with 6 additions and 2 deletions
|
@ -117,8 +117,8 @@
|
|||
|
||||
[:div.row-flex.color-data
|
||||
[:span.color-th
|
||||
{:style {:background-color (-> value value-to-background)
|
||||
:border-radius (if (:id color) "10px" "inherit")}
|
||||
{:class (when (:id color) "color-name")
|
||||
:style {:background-color (-> value value-to-background)}
|
||||
:on-click (color-picker-callback @state handle-pick-color disable-opacity)}
|
||||
(when (= value :multiple) "?")]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue