/** * Just customize what you need, deep merge themes by default. * * If you are using TypeScript, please use the following type definition. * If you are using JavaScript, refer to https://github.com/zeit-ui/react/blob/master/components/styles/themes/default.ts */ // import { // ZeitUIThemes, // ZeitUIThemesPalette, // ZeitUIThemesExpressiveness, // ZeitUIThemesLayout, // ZeitUIThemesFont, // } from '@zeit-ui/react' export default { palette: { success: '#ccc', warning: '#ccc', error: '#ccc', }, }