diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Util/ControlsImprot.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Util/ControlsImprot.cs index 9e16813..c0023d1 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Util/ControlsImprot.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Util/ControlsImprot.cs @@ -308,11 +308,12 @@ namespace Mesnac.Action.ChemicalWeighing.Util if (su == true) { - lanternSimple.LanternBackground = Color.DarkGray; + lanternSimple.LanternBackground = Color.DimGray; } else { - lanternSimple.LanternBackground = Color.DimGray; + + lanternSimple.LanternBackground = Color.DarkGray; } }