Use palette value instead of grey

Signed-off-by: Michael Haley <mike.f.haley@gmail.com>
This commit is contained in:
Michael Haley
2022-06-23 15:00:35 -04:00
parent f9e2ec2551
commit bcb82b6dbf
@@ -47,7 +47,7 @@ const useIconStyles = makeStyles(
textAlign: 'center',
},
disabled: {
color: 'gray',
color: theme.palette.text.secondary,
cursor: 'default',
},
primary: {