File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/website/src/components/showcase Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ export const Showcase = component$<ShowcaseProps>(({ name, ...props }) => {
32
32
{ ! props . vertical ? (
33
33
< Tabs
34
34
{ ...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 "
36
36
>
37
37
< 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" >
39
39
Preview
40
40
</ 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" >
42
42
Code
43
43
</ Tab >
44
44
</ 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 " >
46
46
< section class = "flex flex-col items-center" >
47
47
{ MetaGlobComponentSig . value && < MetaGlobComponentSig . value /> }
48
48
</ section >
You can’t perform that action at this time.
0 commit comments