mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-21 00:27:24 +01:00
WIP
This commit is contained in:
@@ -101,11 +101,9 @@ struct AuthenticationView: View {
|
||||
Rectangle()
|
||||
.foregroundColor(Color(.systemPurple))
|
||||
case .success(let image):
|
||||
// ScrollView {
|
||||
image
|
||||
.resizable()
|
||||
// .scaleEffect(1)
|
||||
// }
|
||||
.scaleEffect(3)
|
||||
@unknown default:
|
||||
Rectangle()
|
||||
.foregroundColor(Color(.systemPurple))
|
||||
|
||||
Reference in New Issue
Block a user