Skip to content

Commit

Permalink
Update BeeSwift/SignInView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
krugerk authored Dec 6, 2024
1 parent 9b7c83e commit 98bcd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeeSwift/SignInView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct SignInView: View {
Image("website_logo_mid")
.resizable()
.scaledToFit()
.frame(maxWidth: 200)
.frame(maxWidth: 400)
.padding(.bottom)

VStack(spacing: 15) {
Expand Down

0 comments on commit 98bcd41

Please sign in to comment.