mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +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)
|
// Version (non-interactive)
|
||||||
HStack {
|
HStack {
|
||||||
Image(systemName: "circle")
|
Color.clear
|
||||||
.opacity(0) // Invisible placeholder to match icon spacing
|
.frame(width: 16, height: 16) // Match the typical SF Symbol size
|
||||||
Text("Version \(appVersion)")
|
Text("Version \(appVersion)")
|
||||||
.foregroundColor(.secondary)
|
.foregroundColor(.secondary)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue