fix welcome dialog spacing

This commit is contained in:
Peter Steinberger 2025-06-25 10:18:52 +02:00
parent a210bae07c
commit 4cab4a735c

View file

@ -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) {