Skip to content

Commit 2f77c46

Browse files
committed
Fix typo
1 parent 2f140fe commit 2f77c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/landing/src/app/(detail)/docs/devup/colors

apps/landing/src/app/(detail)/docs/devup/colors/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const metadata = {
77
You can directly pass color values to the primitive components.
88

99
```jsx
10-
<Box bg="#ff0000" w={25} h={25} />
10+
<Box bg="#FF0000" w={25} h={25} />
1111
```
1212

1313
But, when your project gets larger and more complicated, it could be better to use variables to style your project.

0 commit comments

Comments
 (0)