diff --git a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/Comment/CreatorCommunityCommentReplyView.swift b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/Comment/CreatorCommunityCommentReplyView.swift index 7ea7952..0ef150d 100644 --- a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/Comment/CreatorCommunityCommentReplyView.swift +++ b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/Comment/CreatorCommunityCommentReplyView.swift @@ -123,6 +123,7 @@ struct CreatorCommunityCommentReplyView: View { } ) .padding(.horizontal, 26.7) + .padding(.leading, 13.3) .onAppear { if index == viewModel.commentList.count - 1 { viewModel.getCommentList()