chore(macos): clean up CLI helper subtext

main
Peter Steinberger 2025-12-07 14:49:56 +01:00
parent 28b531593a
commit ff41a61432
1 changed files with 5 additions and 4 deletions

View File

@ -125,11 +125,12 @@ struct GeneralSettings: View {
.font(.caption)
.foregroundStyle(.secondary)
.lineLimit(2)
} else {
Text("Symlink \"clawdis-mac\" into /usr/local/bin and /opt/homebrew/bin for scripts.")
.font(.caption)
.foregroundStyle(.secondary)
.lineLimit(2)
}
Text("Symlink \"clawdis-mac\" into /usr/local/bin and /opt/homebrew/bin for scripts.")
.font(.callout)
.foregroundStyle(.secondary)
.padding(.leading, 2)
}
}