Skip to content

Instantly share code, notes, and snippets.

@winNft
winNft / ChakraThem.ts
Created January 15, 2023 22:39
theme
// Chakra UI specific theme and variables configuration
import { extendTheme } from '@chakra-ui/react';
export const theme = extendTheme({
styles: {
global: {
body: {
minHeight: '100vh',
overflowX: 'hidden',