Fixes the blue to the right colour

This commit is contained in:
Fermi
2021-01-08 02:13:10 +00:00
parent 95bf86f765
commit a772fe1e0b
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ export const ChemDispenser = (props, context) => {
lineHeight={1.75}
content={chemical.title}
tooltip={"pH: " + chemical.pH}
backgroundColor={hasCol ? chemical.pHCol : "blue"}
backgroundColor={hasCol ? chemical.pHCol : "primary"}
onClick={() => act('dispense', {
reagent: chemical.id,
})} />

File diff suppressed because one or more lines are too long