대댓글 padding leading 추가
This commit is contained in:
parent
e77a068a8e
commit
a3415ba8e7
|
@ -123,6 +123,7 @@ struct CreatorCommunityCommentReplyView: View {
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.padding(.horizontal, 26.7)
|
.padding(.horizontal, 26.7)
|
||||||
|
.padding(.leading, 13.3)
|
||||||
.onAppear {
|
.onAppear {
|
||||||
if index == viewModel.commentList.count - 1 {
|
if index == viewModel.commentList.count - 1 {
|
||||||
viewModel.getCommentList()
|
viewModel.getCommentList()
|
||||||
|
|
Loading…
Reference in New Issue