Update virtual-machines.tsx

This commit is contained in:
MacRimi
2025-10-05 20:30:47 +02:00
parent 42c6e70ebe
commit 85051f1340

View File

@@ -362,7 +362,7 @@ export function VirtualMachines() {
</CardContent>
</Card>
<Card className={`bg-card ${isMemoryOvercommit ? "border-yellow-500/50" : "border-border"}`}>
<Card className="bg-card border-border">
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
<CardTitle className="text-sm font-medium text-muted-foreground">Total Memory</CardTitle>
<MemoryStick className="h-4 w-4 text-muted-foreground" />