3.5.9.1
Fix day tab shading
This commit is contained in:
@@ -313,7 +313,7 @@ export function DayTabs({
|
|||||||
// the same cutoffs are re-projected onto the pet scale so the
|
// the same cutoffs are re-projected onto the pet scale so the
|
||||||
// "hot hue" / "plain cold" branches kick in at the same relative
|
// "hot hue" / "plain cold" branches kick in at the same relative
|
||||||
// point in each band, not the same absolute degree.
|
// 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;
|
const isDanger = tBand.solid === true;
|
||||||
|
|
||||||
// Home/indoor/vehicle tabs show a modelled temperature, not the
|
// Home/indoor/vehicle tabs show a modelled temperature, not the
|
||||||
|
|||||||
Reference in New Issue
Block a user