From ae2fbccf018b74460b8eb12872dec6dbc22ebfed Mon Sep 17 00:00:00 2001 From: Ilya Nikitin Date: Thu, 26 Mar 2026 18:26:32 +0500 Subject: [PATCH] fix(components): update Lucide icon names in properties sections Ensure proper semantic alignment between icon names and their visual representation --- src/components/properties/AppearanceSection.vue | 2 +- src/components/properties/PositionSection.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/properties/AppearanceSection.vue b/src/components/properties/AppearanceSection.vue index 16d8a4419..01b4811e7 100644 --- a/src/components/properties/AppearanceSection.vue +++ b/src/components/properties/AppearanceSection.vue @@ -86,7 +86,7 @@ function onToggleCorners() { @commit="(v: number, p: number) => commitProp('cornerRadius', v, p)" > diff --git a/src/components/properties/PositionSection.vue b/src/components/properties/PositionSection.vue index 938d55274..a8be5dc04 100644 --- a/src/components/properties/PositionSection.vue +++ b/src/components/properties/PositionSection.vue @@ -132,7 +132,7 @@ const { panels } = useI18n() @commit="(v: number, p: number) => commitProp('rotation', v, p)" > @@ -159,7 +159,7 @@ const { panels } = useI18n() data-test-id="position-rotate-90" @click="rotate(90)" > - +