mirror of
https://github.com/penpot/penpot.git
synced 2025-02-23 07:16:07 -05:00
🐛 Fix icon visualization on select component (#5801)
This commit is contained in:
parent
a98111f68d
commit
b991a94685
2 changed files with 2 additions and 1 deletions
|
@ -50,6 +50,7 @@ is a number of cores)
|
||||||
- [COMMENTS] Notifications in Backend, Profile Section, and Mention Email Notification [Taiga #9233](https://tree.taiga.io/project/penpot/us/9233)
|
- [COMMENTS] Notifications in Backend, Profile Section, and Mention Email Notification [Taiga #9233](https://tree.taiga.io/project/penpot/us/9233)
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
- Fix icon visualization on select component [Taiga #8889](https://tree.taiga.io/project/penpot/issue/8889)
|
||||||
- Fix typo on integration tests docs [Taiga #10112](https://tree.taiga.io/project/penpot/issue/10112)
|
- Fix typo on integration tests docs [Taiga #10112](https://tree.taiga.io/project/penpot/issue/10112)
|
||||||
- Fix problem with alt key measures being stuck [Taiga #9348](https://tree.taiga.io/project/penpot/issue/9348)
|
- Fix problem with alt key measures being stuck [Taiga #9348](https://tree.taiga.io/project/penpot/issue/9348)
|
||||||
- Fix error when reseting stroke cap
|
- Fix error when reseting stroke cap
|
||||||
|
|
|
@ -198,7 +198,7 @@
|
||||||
label]]
|
label]]
|
||||||
[:> icon* {:icon-id i/arrow
|
[:> icon* {:icon-id i/arrow
|
||||||
:class (stl/css :arrow)
|
:class (stl/css :arrow)
|
||||||
:size "s"
|
:size "m"
|
||||||
:aria-hidden true}]]
|
:aria-hidden true}]]
|
||||||
(when open
|
(when open
|
||||||
[:> options-dropdown* {:on-click on-option-click
|
[:> options-dropdown* {:on-click on-option-click
|
||||||
|
|
Loading…
Add table
Reference in a new issue