Port search object dialog to React. Fixes #7622

This commit is contained in:
Akshay Joshi
2022-08-30 17:08:12 +05:30
parent 71a4b20d90
commit e58b9c767b
31 changed files with 884 additions and 1812 deletions

View File

@@ -105,7 +105,7 @@ const useStyles = makeStyles((theme) =>
marginLeft: '0.5em'
},
footer: {
borderTop: '1px solid #dde0e6 !important',
borderTop: `1px solid ${theme.otherVars.inputBorderColor} !important`,
padding: '0.5rem',
display: 'flex',
width: '100%',