import {extendTheme} from '@chakra-ui/react' const theme = extendTheme({ colors: { primary: '#f5a623', secondary: '#248afd', supred: '#ff4747', supgreen: '#71c02b', supyellow: '#ffc100', darkbg: '#1d1d1d' } }) export default theme