fix: update persisted state workflow

This commit is contained in:
2026-02-19 08:05:33 +05:00
parent 8fccc1e36b
commit 833cc3d086
15 changed files with 216 additions and 205 deletions
+2 -1
View File
@@ -31,7 +31,8 @@
{width}
{height}
fontSize={textConfigState.fontSize}
fill={textConfigState.color}
stroke={textConfigState.color}
fill="transparent"
fontFamily={textConfigState.fontFamily}
align={textConfigState.align}
wrap="none"
+2 -2
View File
@@ -40,8 +40,8 @@
<SettingsRow label="Смещение">
<RangeSlider
bind:value={textConfigState.offsetY}
min={TYPOGRAPHY.VERTICAL_OFFSET_MIN}
max={TYPOGRAPHY.VERTICAL_OFFSET_MAX}
min={TYPOGRAPHY.OFFSET_Y_MIN}
max={TYPOGRAPHY.OFFSET_Y_MAX}
step={1}
/>
</SettingsRow>