Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit acff629

Browse files
committed
chore: update cra guide
1 parent 5886cf1 commit acff629

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

configs/search-meta.json

+23-1
Original file line numberDiff line numberDiff line change
@@ -54766,14 +54766,36 @@
5476654766
"lvl3": "3. Optional Setup"
5476754767
}
5476854768
},
54769+
{
54770+
"content": "Customizing Theme",
54771+
"id": "//getting-started/cra-guide",
54772+
"type": "lvl4",
54773+
"url": "/getting-started/cra-guide#customizing-theme",
54774+
"hierarchy": {
54775+
"lvl1": "Create React App",
54776+
"lvl2": "3. Optional Setup",
54777+
"lvl3": null
54778+
}
54779+
},
54780+
{
54781+
"content": "Using Chakra Icons",
54782+
"id": "//getting-started/cra-guide",
54783+
"type": "lvl4",
54784+
"url": "/getting-started/cra-guide#using-chakra-icons",
54785+
"hierarchy": {
54786+
"lvl1": "Create React App",
54787+
"lvl2": "Customizing Theme",
54788+
"lvl3": null
54789+
}
54790+
},
5476954791
{
5477054792
"content": "Notes on TypeScript 🚨",
5477154793
"id": "//getting-started/cra-guide",
5477254794
"type": "lvl4",
5477354795
"url": "/getting-started/cra-guide#notes-on-typescript-🚨",
5477454796
"hierarchy": {
5477554797
"lvl1": "Create React App",
54776-
"lvl2": "3. Optional Setup",
54798+
"lvl2": "Using Chakra Icons",
5477754799
"lvl3": null
5477854800
}
5477954801
},

content/getting-started/cra-guide.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function App() {
108108
109109
### 3. Optional Setup
110110

111-
- Customizing Theme
111+
#### Customizing Theme
112112

113113
If you intend to customise the default theme object to match your design
114114
requirements, you can extend the `theme` from `@chakra-ui/react`.
@@ -145,7 +145,7 @@ function App() {
145145
> `theme-tools` package includes useful utilities. Install
146146
> `@chakra-ui/theme-tools`.
147147
148-
- Using Chakra Icons
148+
#### Using Chakra Icons
149149

150150
Chakra provides a set of commonly used interface icons you can use in your
151151
project.

0 commit comments

Comments
 (0)