refactor: streamline ToggleGroup components for better organization
This commit is contained in:
parent
271121fff8
commit
885fbfa98b
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user