0
4
KKKhalid Khan
This code is used to provide a custom theme for Chakra UI
Library: @chakra-ui/react
Shortcut: chakra.customtheme
import { extendTheme } from "@chakra-ui/react"
const theme = extendTheme({
colors: {
Theme_Name: {
values //Pass your Custom theme values
},
},
})