대댓글 padding leading 추가

This commit is contained in:
Yu Sung 2024-04-02 15:50:40 +09:00
parent e77a068a8e
commit a3415ba8e7
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ struct CreatorCommunityCommentReplyView: View {
}
)
.padding(.horizontal, 26.7)
.padding(.leading, 13.3)
.onAppear {
if index == viewModel.commentList.count - 1 {
viewModel.getCommentList()