From 2f3159c7e16eb0bf54e5edef7dbf01c64fabfa55 Mon Sep 17 00:00:00 2001 From: Akhil <11626756+buggerman@users.noreply.github.com> Date: Sun, 26 Apr 2026 22:57:03 +0200 Subject: [PATCH] Drop the connection-state dot in favor of icon-tinted state --- Sources/Brygga/Views/ContentView.swift | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Sources/Brygga/Views/ContentView.swift b/Sources/Brygga/Views/ContentView.swift index f287b29..88c5c4b 100644 --- a/Sources/Brygga/Views/ContentView.swift +++ b/Sources/Brygga/Views/ContentView.swift @@ -202,12 +202,9 @@ struct ServerRow: View { } .buttonStyle(.plain) - Circle() - .fill(stateColor) - .frame(width: 8, height: 8) Image(systemName: serverIconName) .font(.system(size: 13)) - .foregroundStyle(.secondary) + .foregroundStyle(stateColor) Text(server.name) .font(.system(size: 12, weight: .semibold)) if server.isAway {