라이브
- 팔로우/팔로잉 버튼 변경
This commit is contained in:
@@ -57,7 +57,7 @@ struct UserProfileCreatorView: View {
|
||||
}
|
||||
} else {
|
||||
VStack(alignment: .leading, spacing: 9.3) {
|
||||
Image(creator.isNotification ? "btn_notification_selected" : "btn_notification")
|
||||
Image(creator.isNotification ? "btn_following_big" : "btn_follow_big")
|
||||
.resizable()
|
||||
.frame(width: 83.3, height: 26.7)
|
||||
.onTapGesture {
|
||||
|
Reference in New Issue
Block a user