diff --git a/common/src/app/common/types/modifiers.cljc b/common/src/app/common/types/modifiers.cljc index 7ce687cadf..fb336ae3bb 100644 --- a/common/src/app/common/types/modifiers.cljc +++ b/common/src/app/common/types/modifiers.cljc @@ -674,7 +674,7 @@ (cph/text-shape? shape) (update-text-content scale-text-content value) - (cph/rect-shape? shape) + :always (gsc/update-corners-scale value) (d/not-empty? (:strokes shape))