From 219128ea8d2101c351d43dbdb786665d083a88de Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 6 Oct 2023 20:19:16 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EB=B0=A9=20-=20?= =?UTF-8?q?=ED=8C=94=EB=A1=9C=EC=9A=B0=20=EB=B2=84=ED=8A=BC=20=EC=9C=84?= =?UTF-8?q?=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/Room/LiveRoomTopCreatorView.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SodaLive/Sources/Live/Room/LiveRoomTopCreatorView.swift b/SodaLive/Sources/Live/Room/LiveRoomTopCreatorView.swift index 83b4428..268ad92 100644 --- a/SodaLive/Sources/Live/Room/LiveRoomTopCreatorView.swift +++ b/SodaLive/Sources/Live/Room/LiveRoomTopCreatorView.swift @@ -34,12 +34,11 @@ struct LiveRoomTopCreatorView: View { .font(.custom(Font.light.rawValue, size: 12)) .foregroundColor(Color(hex: "eeeeee")) - Spacer() - if creatorId != UserDefaults.int(forKey: .userId) { Image(isFollowing ? "btn_following" : "btn_follow") .contentShape(Rectangle()) .onTapGesture { onClickFollow(isFollowing) } + .padding(.leading, 13.3) } } }