From d3ddcecc68970e604cca82c1be1221277d9eba1f Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 21 Nov 2025 00:53:34 +0900 Subject: [PATCH] =?UTF-8?q?feat(content-list-all):=20=EC=A0=95=EB=A0=AC?= =?UTF-8?q?=EC=9D=98=20vertical=20padding=EC=9D=84=2012=20->=2016=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/All/ContentAllView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Content/All/ContentAllView.swift b/SodaLive/Sources/Content/All/ContentAllView.swift index 0b627fa..5c827ca 100644 --- a/SodaLive/Sources/Content/All/ContentAllView.swift +++ b/SodaLive/Sources/Content/All/ContentAllView.swift @@ -55,7 +55,7 @@ struct ContentAllView: View { } } } - .padding(.vertical, 12) + .padding(.vertical, 16) .padding(.horizontal, 24) ScrollView(.vertical, showsIndicators: false) {