Standardize colors to always be in uppercase hex and consolidate material-ui greys

This commit is contained in:
Fabio Berger
2017-12-18 10:06:16 +01:00
parent df9d3e3e16
commit 445ff1e28e
21 changed files with 48 additions and 50 deletions

View File

@@ -29,7 +29,7 @@ export function SourceLink(props: SourceLinkProps) {
href={sourceCodeUrl}
target="_blank"
className="underline"
style={{color: colors.grey500}}
style={{color: colors.grey}}
>
Source
</a>