From 1eff0c258bb789b1ab2cf2ae2d3aca10fbd093ad Mon Sep 17 00:00:00 2001 From: zv Date: Thu, 4 Jun 2026 20:29:47 +0200 Subject: [PATCH] style: use muted token for forecast error --- components/forecast/forecast-panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/forecast/forecast-panel.tsx b/components/forecast/forecast-panel.tsx index 3af8020..864d98d 100644 --- a/components/forecast/forecast-panel.tsx +++ b/components/forecast/forecast-panel.tsx @@ -135,7 +135,7 @@ export function ForecastPanel({ latitude, longitude, locationName }: { latitude? ) : isError || !forecast ? ( -

{t("forecast.error")}

+

{t("forecast.error")}

) : !forecast.hourly.length || !forecast.daily.length ? (