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,11 +38,10 @@ struct QuickTerminalTabBarView: View {
currentTab: tabManager.draggedTab
)
)
}
}
Divider()
.background(Color(NSColor.separatorColor))
}
}
Image(systemName: "plus")
.foregroundColor(Color(NSColor.secondaryLabelColor))