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

Commit 9127d0a

Browse files
committed
📚 Refactor to only essentials
1 parent bcf162d commit 9127d0a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

website/pages/extending-theme.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,10 @@ In your nuxt.config.js file, you can then add your custom theme object by passin
6868
// Import your customTheme object
6969
import customTheme from 'custom-theme.js'
7070
export default {
71-
...
72-
modules: [
73-
'@chakra-ui/nuxt',
74-
'@nuxtjs/emotion'
75-
],
71+
// ...
7672
chakra: {
77-
extendTheme: customTheme
78-
}
79-
}
80-
...
73+
extendTheme: customTheme
74+
},
75+
// ...
8176
}
8277
```

0 commit comments

Comments
 (0)