Place divider on QuickTerminalTabBarView properly

This commit is contained in:
Soh Satoh
2025-01-26 15:47:09 +09:00
parent 0eaa84192d
commit a73f94e103

View File

@ -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)