UNPKG

@b2bfinance/products-embed

Version:
16 lines (14 loc) 305 B
import { green, orange, teal } from "@material-ui/core/colors"; import { createMuiTheme } from "@material-ui/core/styles"; var theme = createMuiTheme({ palette: { primary: green, secondary: { main: teal[500] }, error: { main: orange[500] } } }); export default theme;