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

@@ -7,7 +7,7 @@ export interface InputLabelProps {
const styles = {
label: {
color: colors.grey500,
color: colors.grey,
fontSize: 12,
pointerEvents: 'none',
textAlign: 'left',