Files
react/examples/custom-themes/src/theme.js
2020-05-06 14:25:10 +08:00

23 lines
535 B
JavaScript

/**
* 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',
},
}