ui enhancements

This commit is contained in:
miloschwartz
2025-12-24 15:53:08 -05:00
committed by Owen Schwartz
parent 284cccbe17
commit c0c0d48edf
13 changed files with 131 additions and 73 deletions

View File

@@ -338,7 +338,7 @@ function ProxyResourceTargetsForm({
<div
className={`flex items-center gap-2 ${status === "healthy" ? "text-green-500" : status === "unhealthy" ? "text-destructive" : ""}`}
>
<Settings className="h-3 w-3" />
<Settings className="h-4 w-4 text-foreground" />
{getStatusText(status)}
</div>
</Button>