Standardize colors to always be in uppercase hex and consolidate material-ui greys
This commit is contained in:
@@ -7,7 +7,7 @@ export interface InputLabelProps {
|
||||
|
||||
const styles = {
|
||||
label: {
|
||||
color: colors.grey500,
|
||||
color: colors.grey,
|
||||
fontSize: 12,
|
||||
pointerEvents: 'none',
|
||||
textAlign: 'left',
|
||||
|
||||
Reference in New Issue
Block a user