Address ssh stack review follow-ups
This commit is contained in:
parent
601e5a92e4
commit
4fffe3be3d
5 changed files with 48 additions and 30 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue