Skip to content

Commit abe2ac9

Browse files
committed
Format files
1 parent 07e1ebe commit abe2ac9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

examples/nextjs-app/src/modules/pages/primitives-demo.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,13 @@ export const primitiveComponentsDemoResource = defineResource({
9595
<Card.Root>
9696
<Card.Header title="Badge" />
9797
<Card.Content>
98-
<div style={{ display: "flex", flexDirection: "column", gap: "1rem" }}>
98+
<div
99+
style={{
100+
display: "flex",
101+
flexDirection: "column",
102+
gap: "1rem",
103+
}}
104+
>
99105
<div>
100106
<div style={labelStyle}>Solid</div>
101107
<div style={rowStyle}>

0 commit comments

Comments
 (0)