CEC-2211 Add CAN signals component to map (#182)

Fix timer memory leak
This commit is contained in:
John Wu
2022-08-05 21:32:57 -07:00
committed by GitHub
parent 7d9e5a4b83
commit 0d706d8252
18 changed files with 407 additions and 344 deletions

View File

@@ -201,6 +201,7 @@ const useStyles = makeStyles((theme) => ({
},
popUp: {
minHeight: "15vh",
maxHeight: "50%",
},
popUpTitle: {
margin: 0,
@@ -270,6 +271,11 @@ const useStyles = makeStyles((theme) => ({
color: "Black",
},
overHighlight: { background: "green" },
pseudoLink: {
cursor: "pointer",
color: "blue",
textDecoration: "underline",
},
}));
export default useStyles;