From 0c48fd90aa35fba62eb6a5c7d77797855115830e Mon Sep 17 00:00:00 2001 From: opficdev Date: Sun, 5 Apr 2026 23:41:27 +0900 Subject: [PATCH] =?UTF-8?q?ui:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=ED=81=AC?= =?UTF-8?q?=EA=B8=B0=EB=A5=BC=20=EB=8B=A4=EB=A5=B8=20row=EC=99=80=20?= =?UTF-8?q?=EB=8F=99=EC=9D=BC=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DevLog/UI/Common/Component/WebItemRow.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevLog/UI/Common/Component/WebItemRow.swift b/DevLog/UI/Common/Component/WebItemRow.swift index 9a7d2e9b..d05d4523 100644 --- a/DevLog/UI/Common/Component/WebItemRow.swift +++ b/DevLog/UI/Common/Component/WebItemRow.swift @@ -16,7 +16,7 @@ struct WebItemRow: View { var body: some View { HStack { thumbnail - .frame(width: sceneWidth / 10, height: sceneWidth / 10) + .frame(width: sceneWidth * 0.08, height: sceneWidth * 0.08) .clipShape(RoundedRectangle(cornerRadius: 10)) VStack(alignment: .leading) {