This repository was archived by the owner on Jan 23, 2024. It is now read-only.
File tree 2 files changed +25
-3
lines changed
2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -54766,14 +54766,36 @@
54766
54766
"lvl3": "3. Optional Setup"
54767
54767
}
54768
54768
},
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
+ },
54769
54791
{
54770
54792
"content": "Notes on TypeScript 🚨",
54771
54793
"id": "//getting-started/cra-guide",
54772
54794
"type": "lvl4",
54773
54795
"url": "/getting-started/cra-guide#notes-on-typescript-🚨",
54774
54796
"hierarchy": {
54775
54797
"lvl1": "Create React App",
54776
- "lvl2": "3. Optional Setup ",
54798
+ "lvl2": "Using Chakra Icons ",
54777
54799
"lvl3": null
54778
54800
}
54779
54801
},
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ function App() {
108
108
109
109
### 3. Optional Setup
110
110
111
- - Customizing Theme
111
+ #### Customizing Theme
112
112
113
113
If you intend to customise the default theme object to match your design
114
114
requirements, you can extend the ` theme ` from ` @chakra-ui/react ` .
@@ -145,7 +145,7 @@ function App() {
145
145
> ` theme-tools ` package includes useful utilities. Install
146
146
> ` @chakra-ui/theme-tools ` .
147
147
148
- - Using Chakra Icons
148
+ #### Using Chakra Icons
149
149
150
150
Chakra provides a set of commonly used interface icons you can use in your
151
151
project.
You can’t perform that action at this time.
0 commit comments