mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
Fixes the blue to the right colour
This commit is contained in:
@@ -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
Reference in New Issue
Block a user