refactor: streamline ToggleGroup components for better organization

This commit is contained in:
pd0a6847 2025-11-24 15:55:45 +09:00
parent 271121fff8
commit 885fbfa98b

View File

@ -6,7 +6,7 @@
<footer class="border-border bg-background text-foreground"> <footer class="border-border bg-background text-foreground">
<div class="mx-auto max-w-3xl px-5 lg:max-w-6xl lg:px-6"> <div class="mx-auto max-w-3xl px-5 lg:max-w-6xl lg:px-6">
<div class="relative flex flex-col justify-between border-x border-t border-border p-4"> <div class="relative flex flex-col justify-between border-x border-border p-4">
<div class="flex justify-start mb-3"> <div class="flex justify-start mb-3">
<ToggleGroup.Root variant="outline" type="multiple" class="pr-5"> <ToggleGroup.Root variant="outline" type="multiple" class="pr-5">
<ToggleGroup.Item value="BS" aria-label="Toggle BS"><span class="text-xs">BS</span></ToggleGroup.Item> <ToggleGroup.Item value="BS" aria-label="Toggle BS"><span class="text-xs">BS</span></ToggleGroup.Item>