mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
🐛 Fix color bullets in colorpicker modal on libraries
This commit is contained in:
parent
5bbfe376cf
commit
b41ca75512
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue