We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f140fe commit 2f77c46Copy full SHA for 2f77c46
1 file changed
apps/landing/src/app/(detail)/docs/devup/colors/page.mdx
@@ -7,7 +7,7 @@ export const metadata = {
7
You can directly pass color values to the primitive components.
8
9
```jsx
10
-<Box bg="#ff0000" w={25} h={25} />
+<Box bg="#FF0000" w={25} h={25} />
11
```
12
13
But, when your project gets larger and more complicated, it could be better to use variables to style your project.
0 commit comments