From 0ef8aac0cac08583b376a7b637b4d2a948050712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20S=C3=A1nchez?= Date: Tue, 18 Aug 2026 22:05:54 -0600 Subject: [PATCH] fix[frontend](tenants): changed purge button colors --- frontend/src/features/tenants/components/TenantCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/features/tenants/components/TenantCard.tsx b/frontend/src/features/tenants/components/TenantCard.tsx index 9f35f4c28..b6ab28d77 100644 --- a/frontend/src/features/tenants/components/TenantCard.tsx +++ b/frontend/src/features/tenants/components/TenantCard.tsx @@ -258,7 +258,7 @@ export function TenantCard({ type="button" onClick={onDelete} title={t('tenants.card.deletePermanent')} - className="flex h-7 w-7 items-center justify-center rounded-md text-red-600 hover:bg-red-500/10 hover:text-red-700" + className="flex h-7 w-7 items-center justify-center rounded-md text-muted-foreground hover:bg-muted hover:text-foreground" >