radio group: remove justify center in horizontal layout

This commit is contained in:
Elijah Duffy
2025-09-05 09:41:29 -07:00
parent 1ee882a0c8
commit 92cb1e44e4

View File

@@ -32,7 +32,7 @@
{#if label}
<Label {...group.label}>{label}</Label>
{/if}
<div class="flex {isVert ? 'flex-col gap-1' : 'flex-row flex-wrap justify-center gap-3'}">
<div class="flex {isVert ? 'flex-col gap-1' : 'flex-row flex-wrap gap-3'}">
{#each options as opt (getValue(opt))}
{@const item = group.getItem(getValue(opt))}
<div