fix: resolve label hover highlight first button issue, use radio inputs

This commit is contained in:
2026-02-12 19:08:11 +05:00
parent caf53e1903
commit 5d6159fe29
6 changed files with 98 additions and 42 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<SettingsRow label="Цвет">
<ColorPicker bind:value={textConfigState.color} />
</SettingsRow>
<SettingsRow label="Выравнивание">
<SettingsRow label="Выравнивание" noLabel={true}>
<Alignment bind:align={textConfigState.align} />
</SettingsRow>
<SettingsRow label="Отступы">