From 5b07b64d2208dcc108ed29e44a6fd7293a75dfa9 Mon Sep 17 00:00:00 2001 From: fraxle Date: Thu, 30 Jul 2026 00:11:42 +0100 Subject: [PATCH] 3.5.9.1 Fix day tab shading --- assets/js/components/DayTabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/components/DayTabs.js b/assets/js/components/DayTabs.js index 702ea63..1505526 100644 --- a/assets/js/components/DayTabs.js +++ b/assets/js/components/DayTabs.js @@ -313,7 +313,7 @@ export function DayTabs({ // the same cutoffs are re-projected onto the pet scale so the // "hot hue" / "plain cold" branches kick in at the same relative // point in each band, not the same absolute degree. - const isHot = dayHi !== null && dayHi >= (isPetsProfile ? 35 : 29); // Hot band and above + const isHot = dayHi !== null && dayHi >= (isPetsProfile ? 35 : 27); // Hot band and above const isDanger = tBand.solid === true; // Home/indoor/vehicle tabs show a modelled temperature, not the