Tighten spacing around branch separator dot
This commit is contained in:
parent
7cb1abca37
commit
868c2c9d11
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue