@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);