mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-14 12:46:05 +00:00
Fix visible circle spacer in menu - use Color.clear instead
This commit is contained in:
parent
179b63f081
commit
0cb2eb8845
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ struct MenuBarView: View {
|
|||
|
||||
// Version (non-interactive)
|
||||
HStack {
|
||||
Image(systemName: "circle")
|
||||
.opacity(0) // Invisible placeholder to match icon spacing
|
||||
Color.clear
|
||||
.frame(width: 16, height: 16) // Match the typical SF Symbol size
|
||||
Text("Version \(appVersion)")
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue