change color of terminal input

This commit is contained in:
Olivier Gagnon
2021-12-16 20:18:38 -05:00
parent aafc311759
commit 81e291ef6a
3 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const useStyles = makeStyles((theme: Theme) =>
margin: theme.spacing(0),
},
input: {
backgroundColor: "#000",
backgroundColor: theme.colors.backgroundprimary,
},
nopadding: {
padding: theme.spacing(0),