Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
macgeargear committed Sep 10, 2024
1 parent a19817b commit d929a33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/Playground.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<Button color="black">Default Black</Button>
<Button color="white">Default White</Button>
<Button variant="outline">Default Outline</Button>
<Button class="bg-amber-700 text-white rounded-2xl">Custom Css</Button>
</div>
<div class="flex flex-col items-center gap-2">
<h4>Large</h4>
Expand All @@ -129,7 +130,7 @@
<!-- TabCapsule.svelte -->
<section class="section">
<h2 class="font-bold text-2xl mb-4">Capsule Tabs</h2>
<div class="flex items-center gap-2">
<div class="flex flex-wrap items-center gap-2">
{#each tabs as tab, i}
<TabCapsuleItem active={tab.active} label={tab.label} onClick={() => toggle(i)} />
{/each}
Expand Down

0 comments on commit d929a33

Please sign in to comment.