Require the use of hex, rgb, rgba or rainbow for colors and refactor config types
This commit is contained in:
parent
436abf682f
commit
a96fa1622b
14 changed files with 178 additions and 147 deletions
|
|
@ -2,6 +2,8 @@
|
|||
import React from "react";
|
||||
import _ from "lodash";
|
||||
|
||||
import type { Config, Control, Topics } from "config/types";
|
||||
|
||||
import MuiThemeProvider from "material-ui/styles/MuiThemeProvider";
|
||||
import createMuiTheme from "material-ui/styles/createMuiTheme";
|
||||
import withStyles from "material-ui/styles/withStyles";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue