Skip to content

Commit a4a51b6

Browse files
committed
docs(showcase): change padding
1 parent 31b166c commit a4a51b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/website/src/components/showcase/showcase.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ export const Showcase = component$<ShowcaseProps>(({ name, ...props }) => {
3232
{!props.vertical ? (
3333
<Tabs
3434
{...props}
35-
selectedClassName="bg-primary hover:bg-primary text-primary-foreground hover:text-primary-foreground border-t-1 font-medium "
35+
selectedClassName="bg-primary hover:bg-primary text-primary-foreground hover:text-primary-foreground border-t-1 font-medium "
3636
>
3737
<TabList class="bg-accent flex rounded-t-sm border border-b-0">
38-
<Tab class="hover:bg-primary/90 hover:text-primary-foreground rounded-tl-sm px-3 py-2 ">
38+
<Tab class="hover:bg-primary/90 hover:text-primary-foreground rounded-tl-sm px-3 py-2">
3939
Preview
4040
</Tab>
41-
<Tab class="hover:bg-primary/90 hover:text-primary-foreground px-3 py-2 ">
41+
<Tab class="hover:bg-primary/90 hover:text-primary-foreground px-3 py-2">
4242
Code
4343
</Tab>
4444
</TabList>
45-
<TabPanel class="rounded-b-sm border p-8 md:p-24">
45+
<TabPanel class="rounded-b-sm border px-8 py-32 md:px-32">
4646
<section class="flex flex-col items-center">
4747
{MetaGlobComponentSig.value && <MetaGlobComponentSig.value />}
4848
</section>

0 commit comments

Comments
 (0)