diff --git a/macos/Sources/Features/QuickTerminal/Tab/QuickTerminalTabBarView.swift b/macos/Sources/Features/QuickTerminal/Tab/QuickTerminalTabBarView.swift index 5cc607ec3..f6963f1f7 100644 --- a/macos/Sources/Features/QuickTerminal/Tab/QuickTerminalTabBarView.swift +++ b/macos/Sources/Features/QuickTerminal/Tab/QuickTerminalTabBarView.swift @@ -38,12 +38,11 @@ struct QuickTerminalTabBarView: View { currentTab: tabManager.draggedTab ) ) + Divider() + .background(Color(NSColor.separatorColor)) } } - Divider() - .background(Color(NSColor.separatorColor)) - Image(systemName: "plus") .foregroundColor(Color(NSColor.secondaryLabelColor)) .padding(.horizontal, 8)