0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 14:51:37 -05:00

💄 Change text properties position at the sidebar

This commit is contained in:
Pablo Alba 2022-06-03 10:41:50 +02:00 committed by Andrés Moya
parent 65cda41245
commit 4c1903b4e8
2 changed files with 7 additions and 4 deletions

View file

@ -9,6 +9,7 @@
- Added selected colors widget in right sidebar [Taiga #2485](https://tree.taiga.io/project/penpot/us/2485)
- Added fixed elements when scrolling [Taiga #1533](https://tree.taiga.io/project/penpot/us/1533)
- Multiple team invitations on onboarding [Taiga #3084](https://tree.taiga.io/project/penpot/us/3084)
- Change text properties position at the sidebar [Taiga #3047](https://tree.taiga.io/project/penpot/us/3047)
### :bug: Bugs fixed
- Fix menu file not accessible in certain conditions [Taiga #3385](https://tree.taiga.io/project/penpot/issue/3385)

View file

@ -72,6 +72,11 @@
[:& layer-menu {:ids ids
:type type
:values layer-values}]
[:& text-menu
{:ids ids
:type type
:values text-values}]
[:& fill-menu
{:ids ids
@ -94,7 +99,4 @@
{:ids ids
:values (select-keys shape [:blur])}]
[:& text-menu
{:ids ids
:type type
:values text-values}]]))
]))