Skip to content

Commit b706b67

Browse files
committed
Update PosmLogin.swift
1 parent 2ec2404 commit b706b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoInfoGame/GoInfoGame/Login/View/PosmLogin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct PosmLoginView: View {
2828
Asset.logo.swiftUIImage
2929
.resizable()
3030
.aspectRatio(contentMode: .fill)
31-
.frame(width: 100, height: 100)
31+
.frame(width: 80, height: 80)
3232
.padding(-10)
3333
.clipShape(Circle())
3434

0 commit comments

Comments
 (0)