fix: align hong kong compact hko stat

This commit is contained in:
2569718930@qq.com
2026-06-06 17:01:39 +08:00
parent 2766b6463c
commit 89f77b8db4
4 changed files with 103 additions and 3 deletions
@@ -76,6 +76,7 @@ export function TemperatureStatsBars({
metarHighLabel,
isShenzhen,
displayRunwayTemp,
displayMetarTemp,
observedHighMetar,
observedHighRunway,
wundergroundDailyHigh,
@@ -97,6 +98,7 @@ export function TemperatureStatsBars({
metarHighLabel: string;
isShenzhen: boolean;
displayRunwayTemp: number | null;
displayMetarTemp: number | null;
observedHighMetar: number | null;
observedHighRunway: number | null;
wundergroundDailyHigh: number | null;
@@ -129,7 +131,7 @@ export function TemperatureStatsBars({
<span className="text-slate-300">|</span>
<span className="font-semibold text-slate-500">
{labels.compactSecondary}:{" "}
<strong className="text-blue-600 font-mono">{temp(observedHighMetar, tempSymbol)}</strong>
<strong className="text-blue-600 font-mono">{temp(displayMetarTemp, tempSymbol)}</strong>
</span>
</div>
) : (