diff --git a/CHANGES.md b/CHANGES.md index 09f01b9ad..1727ae2c3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/shapes/text.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/shapes/text.cljs index 02a3b602f..f90ff6b32 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/shapes/text.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/shapes/text.cljs @@ -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}]])) + ]))