fixed grain colour, added nfc page

This commit is contained in:
csawatzky 2025-04-15 16:09:09 -06:00
parent 2ab02a0349
commit dab1d04a81
7 changed files with 272 additions and 1 deletions

View file

@ -75,7 +75,7 @@ const useStyles = makeStyles((theme: Theme) => {
strokeOpacity: 0.85
},
grainInventory: {
fill: theme.palette.secondary.main,
fill: GRAIN_COLOUR,
opacity: 0.5
},
cableLine: {