Fixed some issues related to z-index and color.

This commit is contained in:
Akshay Joshi
2022-04-05 14:26:40 +05:30
parent 8f8adcf71b
commit 8ce7ccb031
3 changed files with 2 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ const useStyles = makeStyles((theme) => ({
cursor: 'pointer'
},
link: {
color: theme.otherVars.stepFg + '!important',
color: theme.palette.text.primary + '!important',
},
cardColumn: {
flex: '0 0 100%',