From 11b601fa4917079d9cb95cf0e800f80cbc8d9a29 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Fri, 8 Aug 2025 22:01:41 +0000 Subject: [PATCH] fix: make cluster and standalone badges visually consistent - Both badges now use gray color scheme (bg-gray-200/700, text-gray-600/400) - Removes the blue coloring from cluster badge that made it inconsistent - Better visual hierarchy - badges are informational, not action items --- frontend-modern/src/components/Settings/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-modern/src/components/Settings/Settings.tsx b/frontend-modern/src/components/Settings/Settings.tsx index fb6d26223..6946010b2 100644 --- a/frontend-modern/src/components/Settings/Settings.tsx +++ b/frontend-modern/src/components/Settings/Settings.tsx @@ -597,7 +597,7 @@ const Settings: Component = () => { {node.type === 'pve' && 'monitorStorage' in node && node.monitorStorage && Storage} {node.type === 'pve' && 'monitorBackups' in node && node.monitorBackups && Backups} - +