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) } } }