mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-24 16:32:20 -04:00
Update iOS passkey selection screen placeholder icon size (#1685)
This commit is contained in:
committed by
Leendert de Borst
parent
8477c4250b
commit
8c02715c8a
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user