From a3415ba8e7ab2df520702ccbf7d4454b4776b549 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 2 Apr 2024 15:50:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8C=80=EB=8C=93=EA=B8=80=20padding=20leading?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../All/Comment/CreatorCommunityCommentReplyView.swift | 1 + 1 file changed, 1 insertion(+) 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()