Use palette value instead of grey
Signed-off-by: Michael Haley <mike.f.haley@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ const useIconStyles = makeStyles(
|
||||
textAlign: 'center',
|
||||
},
|
||||
disabled: {
|
||||
color: 'gray',
|
||||
color: theme.palette.text.secondary,
|
||||
cursor: 'default',
|
||||
},
|
||||
primary: {
|
||||
|
||||
Reference in New Issue
Block a user