Consolidate all custom colors and material-ui colors into a colors module

This commit is contained in:
Fabio Berger
2017-12-18 09:15:12 +01:00
parent 98c01c2f80
commit df9d3e3e16
48 changed files with 169 additions and 226 deletions

View File

@@ -1,5 +1,5 @@
import * as _ from 'lodash';
import {colors} from 'material-ui/styles';
import {colors} from 'ts/utils/colors';
import * as React from 'react';
import {Comment} from 'ts/pages/documentation/comment';
import {DocsInfo} from 'ts/pages/documentation/docs_info';