standarize on grey over gray spelling and other color related fixes

This commit is contained in:
Fabio Berger
2017-12-18 10:28:34 +01:00
parent 445ff1e28e
commit 1aed970ce3
40 changed files with 91 additions and 92 deletions

View File

@@ -1,10 +1,10 @@
import * as _ from 'lodash';
import MenuItem from 'material-ui/MenuItem';
import {colors} from 'ts/utils/colors';
import * as React from 'react';
import {Link as ScrollLink} from 'react-scroll';
import {VersionDropDown} from 'ts/pages/shared/version_drop_down';
import {MenuSubsectionsBySection, Styles} from 'ts/types';
import {colors} from 'ts/utils/colors';
import {constants} from 'ts/utils/constants';
import {utils} from 'ts/utils/utils';