fix: update persisted state workflow
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user