mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-25 14:57:37 +00:00
fix welcome dialog spacing
This commit is contained in:
parent
a210bae07c
commit
4cab4a735c
1 changed files with 0 additions and 16 deletions
|
|
@ -39,22 +39,6 @@ struct ProtectDashboardPageView: View {
|
|||
|
||||
// Authentication info
|
||||
VStack(spacing: 20) {
|
||||
// Security icon and explanation
|
||||
HStack(spacing: 12) {
|
||||
Image(systemName: "lock.shield.fill")
|
||||
.font(.system(size: 48))
|
||||
.foregroundColor(.accentColor)
|
||||
.symbolRenderingMode(.hierarchical)
|
||||
|
||||
VStack(alignment: .leading, spacing: 8) {
|
||||
Text("Secure by Default")
|
||||
.font(.headline)
|
||||
Text("Access requires your macOS credentials")
|
||||
.font(.body)
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
}
|
||||
.frame(maxWidth: 400)
|
||||
|
||||
// Authentication methods
|
||||
VStack(alignment: .leading, spacing: 12) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue