diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx
index 265a346..cf31739 100644
--- a/AppImage/components/virtual-machines.tsx
+++ b/AppImage/components/virtual-machines.tsx
@@ -154,7 +154,7 @@ const getUsageColor = (percent: number): string => {
if (percent >= 95) return "text-red-500"
if (percent >= 86) return "text-orange-500"
if (percent >= 71) return "text-yellow-500"
- return "text-white"
+ return "text-foreground"
}
const getIconColor = (percent: number): string => {
@@ -696,7 +696,7 @@ export function VirtualMachines() {
)}
@@ -708,7 +708,7 @@ export function VirtualMachines() {
)}
@@ -720,7 +720,9 @@ export function VirtualMachines() {
)}