Replace theme.palette.theme.hint with theme.palette.text.secondary

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-05-28 14:37:11 -05:00
parent 0b24ce3270
commit 83bdc3a555
3 changed files with 8 additions and 2 deletions
@@ -105,7 +105,7 @@ const useStyles = makeStyles(theme => ({
fontWeight: theme.typography.fontWeightRegular,
},
[`& .model-hint`]: {
color: theme.palette.text.hint,
color: theme.palette.text.secondary,
backgroundColor: theme.palette.background.paper,
},
[`& .opblock-summary-method,