From 76fb49bafd056624b6104a1fbb87d8d7c1a86304 Mon Sep 17 00:00:00 2001 From: Matt Hillsdon Date: Tue, 12 Dec 2023 14:59:12 +0000 Subject: [PATCH] 400 was the brand key colour previously, now 500 --- src/simulator/CompassModule.tsx | 2 +- src/simulator/SimulatorModules.tsx | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/simulator/CompassModule.tsx b/src/simulator/CompassModule.tsx index 7905f3fc4..72138806f 100644 --- a/src/simulator/CompassModule.tsx +++ b/src/simulator/CompassModule.tsx @@ -68,7 +68,7 @@ const CompassModule = ({ diff --git a/src/simulator/SimulatorModules.tsx b/src/simulator/SimulatorModules.tsx index 8e50aef49..f252c50b1 100644 --- a/src/simulator/SimulatorModules.tsx +++ b/src/simulator/SimulatorModules.tsx @@ -267,7 +267,7 @@ const ModuleForId = ({ return ( } + icon={} key={id} title={title} sensor={state[id] as RangeSensorType} @@ -279,7 +279,7 @@ const ModuleForId = ({ return ( } + icon={} state={state} onValueChange={onValueChange} running={running} @@ -290,7 +290,7 @@ const ModuleForId = ({ return ( } + icon={} state={state} onValueChange={onValueChange} running={running} @@ -301,7 +301,7 @@ const ModuleForId = ({ return ( } + icon={} logFull={state.dataLogging.logFull} minimised={minimised} /> @@ -310,7 +310,7 @@ const ModuleForId = ({ return ( } + icon={} state={state} onValueChange={onValueChange} running={running} @@ -321,7 +321,7 @@ const ModuleForId = ({ return ( } + icon={} state={state} onValueChange={onValueChange} minimised={minimised} @@ -331,7 +331,7 @@ const ModuleForId = ({ return ( } + icon={} enabled={state.radio.enabled} group={state.radio.group} minimised={minimised}