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