We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7c83e commit 98bcd41Copy full SHA for 98bcd41
1 file changed
BeeSwift/SignInView.swift
@@ -23,7 +23,7 @@ struct SignInView: View {
23
Image("website_logo_mid")
24
.resizable()
25
.scaledToFit()
26
- .frame(maxWidth: 200)
+ .frame(maxWidth: 400)
27
.padding(.bottom)
28
29
VStack(spacing: 15) {
0 commit comments