feat(dashboard): update system tile styling

This commit is contained in:
2025-10-31 02:18:35 +00:00
parent ac4eaa83e0
commit 17d6ee234d

View File

@@ -621,9 +621,9 @@ function SystemTile({
return ( return (
<Tile className={cn("h-full flex flex-col justify-start items-start", className)}> <Tile className={cn("h-full flex flex-col justify-start items-start", className)}>
<div className="grid grid-cols-6 px-4 pt-3 w-full"> <div className="grid grid-cols-6 px-3 pt-2 w-full">
<div className="col-span-3 flex flex-row items-center space-x-2"> <div className="col-span-3 self-start flex flex-row items-center space-x-2">
<p className="text-2xl">{displayName}</p> <p className="leading-none tracking-tight text-2xl">{displayName}</p>
<div <div
className={cn("size-2 border rounded-full", { className={cn("size-2 border rounded-full", {
"animate-pulse border-green-300 bg-green-500": beszelSystemsData.status === "up", "animate-pulse border-green-300 bg-green-500": beszelSystemsData.status === "up",