mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 06:51:39 +02:00
🐛 Pass color format to css formatter (#5890)
* 🐛 Pass color format to css formatter * 📎 Use get method to retrieve format * 📎 Add UI test to check background color is correctly copied to clipboard when changing the format
This commit is contained in:
parent
44acd79081
commit
f3040fc10d
9 changed files with 84 additions and 19 deletions
|
@ -117,6 +117,7 @@
|
|||
[:div {:class (stl/css :format-info)} "rgba"])]
|
||||
|
||||
[:& copy-button {:data copy-data
|
||||
:aria-label (tr "labels.copy-color")
|
||||
:class (stl/css-case :color-row-copy-btn true
|
||||
:one-line (not color-library-name)
|
||||
:two-line (some? color-library-name))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue