0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

Merge pull request #2405 from penpot/eva-fix-colorpicker-library

🐛 Fix color bullets in colorpicker modal on libraries
This commit is contained in:
Andrey Antukh 2022-10-04 13:17:39 +02:00 committed by GitHub
commit 97c36ce86c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
### :sparkles: New features
### :bug: Bugs fixed
- Fix color bullets in library color modal [Taiga #4186](https://tree.taiga.io/project/penpot/issue/4186)
- Fix shortcut texts alignment [Taiga #4275](https://tree.taiga.io/project/penpot/issue/4275)
- Fix some texts and a typo [Taiga #4215](https://tree.taiga.io/project/penpot/issue/4215)
- Fix twitter support account link [Taiga #4279](https://tree.taiga.io/project/penpot/issue/4279)

View file

@ -89,6 +89,7 @@
on-select-library-color
(mf/use-fn
(fn [color]
(st/emit! (dc/update-colorpicker color))
(on-change color)))
on-add-library-color