From 4c1903b4e85fb84d8987b6d43af33a8add35cd2f Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Fri, 3 Jun 2022 10:41:50 +0200 Subject: [PATCH] :lipstick: Change text properties position at the sidebar --- CHANGES.md | 1 + .../main/ui/workspace/sidebar/options/shapes/text.cljs | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) 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}]])) + ]))