CEC-5436: add configure component (#491)
* CEC-5436: add configure component * fix deps * linter * remove console log * remove logging
This commit is contained in:
@@ -348,10 +348,18 @@ const useStyles = makeStyles((theme) => ({
|
||||
formGridItem: {
|
||||
flexGrow: 1,
|
||||
},
|
||||
marginTop: {
|
||||
marginTop: theme.spacing(2),
|
||||
},
|
||||
marginX: {
|
||||
marginTop: theme.spacing(2),
|
||||
marginBottom: theme.spacing(2),
|
||||
},
|
||||
closeModal: {
|
||||
position: "absolute",
|
||||
top: "5px",
|
||||
right: "5px",
|
||||
},
|
||||
}));
|
||||
|
||||
export default useStyles;
|
||||
|
||||
Reference in New Issue
Block a user