price -> prices (unfinished)

This commit is contained in:
2020-11-08 19:07:52 +01:00
parent dfa1a88163
commit dd9501e3cc
11 changed files with 364 additions and 82 deletions

View File

@@ -10,14 +10,14 @@ const useStyles = makeStyles((theme) => ({
root: {
"& .MuiOutlinedInput-root": {
"& fieldset": {
borderColor: "#01c3a9",
borderColor: "#bbbbbb",
},
},
"& .MuiInputBase-root": {
color: "#01c3a9",
color: "#bbbbbb",
},
"& .MuiInputLabel-root": {
color: "#01c3a9",
color: "#bbbbbb",
},
},
}));