fix(dashboard): weather descr 2 close to temp bar

This commit is contained in:
2025-10-26 15:36:22 +00:00
parent a67213e669
commit 2a37483d88

View File

@@ -194,7 +194,7 @@ function WeatherTile() {
) )
})} })}
</div> </div>
<div className="flex flex-col justify-start h-full space-y-2 flex-[3]"> <div className="flex flex-col justify-start h-full space-y-2 flex-[2]">
<p <p
className={cn("text-3xl leading-none tracking-tight font-light", { className={cn("text-3xl leading-none tracking-tight font-light", {
"text-red-400": errorWeatherDescription, "text-red-400": errorWeatherDescription,