라이브 방 - 팔로우 버튼 위치 수정
This commit is contained in:
parent
47ae2ec8e1
commit
219128ea8d
|
@ -34,12 +34,11 @@ struct LiveRoomTopCreatorView: View {
|
||||||
.font(.custom(Font.light.rawValue, size: 12))
|
.font(.custom(Font.light.rawValue, size: 12))
|
||||||
.foregroundColor(Color(hex: "eeeeee"))
|
.foregroundColor(Color(hex: "eeeeee"))
|
||||||
|
|
||||||
Spacer()
|
|
||||||
|
|
||||||
if creatorId != UserDefaults.int(forKey: .userId) {
|
if creatorId != UserDefaults.int(forKey: .userId) {
|
||||||
Image(isFollowing ? "btn_following" : "btn_follow")
|
Image(isFollowing ? "btn_following" : "btn_follow")
|
||||||
.contentShape(Rectangle())
|
.contentShape(Rectangle())
|
||||||
.onTapGesture { onClickFollow(isFollowing) }
|
.onTapGesture { onClickFollow(isFollowing) }
|
||||||
|
.padding(.leading, 13.3)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue