@comparaonline/ui-theme
v5.3.3
Published
Custom modification of `@material-ui` default theme
Maintainers
Keywords
Readme
@comparaonline/ui-theme
Custom modification of @material-ui default theme
Installation
yarn add @comparaonline/ui-themeUsage
import { createTheme } from '@comparaonline/ui-theme';
const myCustomTheme = { ... };
const theme = createTheme(myCustomTheme);