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,5 +1,4 @@
import * as _ from 'lodash';
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';
@@ -14,6 +13,7 @@ import {
TypeDefinitionByName,
TypescriptMethod,
} from 'ts/types';
import {colors} from 'ts/utils/colors';
import {typeDocUtils} from 'ts/utils/typedoc_utils';
interface MethodBlockProps {
@@ -31,7 +31,7 @@ const styles: Styles = {
chip: {
fontSize: 13,
backgroundColor: colors.lightBlueA700,
color: 'white',
color: colors.white,
height: 11,
borderRadius: 14,
marginTop: 19,