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