CEC-5436: add configure component (#491)

* CEC-5436: add configure component

* fix deps

* linter

* remove console log

* remove logging
This commit is contained in:
Tristan Timblin
2023-12-12 12:03:10 -08:00
committed by GitHub
parent 858edca5f5
commit ec7607e733
5 changed files with 339 additions and 106 deletions

View File

@@ -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;