Skip to content

Commit 1012d6c

Browse files
committed
chore: adjust demo styles
1 parent 4b980d5 commit 1012d6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/docs/src/page-demo/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import '@app/parcel-landing/catalog';
22
import { Editor } from '@composify/react/editor';
33

44
const INITIAL_SOURCE = `
5-
<VStack>
5+
<VStack className={['bg-background']}>
66
<VStack className={['gap-6', 'p-24', 'pt-64', 'bg-background', 'max-md:px-16']}>
77
<Heading level={1} size="5xl" weight="extrabold">
88
Server Driven UI made easy

packages/docs/src/page-home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import '@app/parcel-landing/catalog';
22
import { SourceProvider, SourceRenderer } from '@app/parcel-landing';
33

44
const INITIAL_SOURCE = `
5-
<VStack>
5+
<VStack className={['bg-background']}>
66
<VStack className={['gap-6', 'p-24', 'pt-64', 'bg-background', 'max-md:px-16']}>
77
<Heading level={1} size="5xl" weight="extrabold">
88
Server Driven UI made easy

packages/docs/src/parcel-landing/Playground/Playground.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
.mockTitle {
5858
margin: 0;
59-
font-size: 4rem;
59+
font-size: 2rem;
6060
font-weight: 600;
6161
color: var(--composify-palette-on-surface);
6262
}

0 commit comments

Comments
 (0)