Tighten spacing around branch separator dot

This commit is contained in:
Lawrence Chen 2026-02-20 23:26:47 -08:00
parent 7cb1abca37
commit 868c2c9d11

View file

@ -2362,6 +2362,7 @@ private struct TabItemView: View {
Image(systemName: "circle.fill")
.font(.system(size: 3))
.foregroundColor(isActive ? .white.opacity(0.6) : .secondary)
.padding(.horizontal, 1)
}
if let directory = line.directory {
Text(directory)