라이브 방 - 팔로우 버튼 위치 수정

This commit is contained in:
Yu Sung 2023-10-06 20:19:16 +09:00
parent 47ae2ec8e1
commit 219128ea8d
1 changed files with 1 additions and 2 deletions

View File

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