mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed some issues related to z-index and color.
This commit is contained in:
@@ -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%',
|
||||
|
||||
Reference in New Issue
Block a user