라이브 방 - 팔로우 버튼 위치 수정
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user