Address ssh stack review follow-ups

This commit is contained in:
Lawrence Chen 2026-03-13 04:28:24 -07:00
parent 601e5a92e4
commit 4fffe3be3d
5 changed files with 48 additions and 30 deletions

View file

@ -9758,11 +9758,6 @@ private struct TabItemView: View, Equatable {
private var remoteWorkspaceSection: some View {
if sidebarShowSSH, let remoteWorkspaceSidebarText {
VStack(alignment: .leading, spacing: 2) {
Text(String(localized: "sidebar.remote.badge", defaultValue: "SSH"))
.font(.system(size: 9, weight: .semibold))
.foregroundColor(activeSecondaryColor(0.62))
.textCase(.uppercase)
HStack(spacing: 6) {
Text(remoteWorkspaceSidebarText)
.font(.system(size: 10, design: .monospaced))