fix(dashboard): add left padding 2 weather summary

This commit is contained in:
2025-10-30 01:51:28 +00:00
parent 045cfb46ee
commit 5db9d6b139

View File

@@ -313,7 +313,7 @@ function WeatherTile() {
</div> </div>
<div className="flex flex-col justify-start h-full space-y-2 flex-[2]"> <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 pl-2", {
"text-red-400": errorWeatherDescription, "text-red-400": errorWeatherDescription,
"animate-pulse": isLoadingWeatherDescription, "animate-pulse": isLoadingWeatherDescription,
})} })}