라이브

- 팔로우/팔로잉 버튼 변경
This commit is contained in:
Yu Sung
2024-03-28 02:11:01 +09:00
parent 578b9b9089
commit 80e360aa17
13 changed files with 16 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ struct FollowCreatorItemView: View {
Spacer()
Image(isFollow ? "btn_notification_selected" : "btn_notification")
Image(isFollow ? "btn_following_big" : "btn_follow_big")
.onTapGesture {
if isFollow {
onClickUnFollow(creator.creatorId)