Update iOS passkey selection screen placeholder icon size (#1685)

This commit is contained in:
Leendert de Borst
2026-02-12 20:46:19 +01:00
committed by Leendert de Borst
parent 8477c4250b
commit 8c02715c8a

View File

@@ -138,13 +138,11 @@ private struct PasskeyCredentialCard: View {
ZStack {
RoundedRectangle(cornerRadius: 8)
.fill(colors.primary.opacity(0.1))
.frame(width: 40, height: 40)
Image(systemName: "key.fill")
.font(.system(size: 20))
.foregroundColor(colors.primary)
}
.frame(width: 40, height: 40)
.padding()
}
VStack(alignment: .leading, spacing: 4) {