feat(chat-room-bg): 배경 이미지 변경 기능 추가
This commit is contained in:
@@ -56,6 +56,7 @@ struct ChatSettingsView: View {
|
||||
.frame(maxWidth: .infinity)
|
||||
.frame(height: 1)
|
||||
}
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture { onTapChangeBg() }
|
||||
|
||||
HStack(spacing: 0) {
|
||||
@@ -100,6 +101,7 @@ struct ChatSettingsView: View {
|
||||
}
|
||||
.padding(.horizontal, 24)
|
||||
.padding(.vertical, 12)
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture { onTapResetChatRoom() }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user