From 1850f8eb11838541d44d1777de933b8aa6436274 Mon Sep 17 00:00:00 2001 From: opficdev Date: Sun, 29 Mar 2026 18:16:29 +0900 Subject: [PATCH] =?UTF-8?q?ui:=20=ED=8C=A8=EB=94=A9=20=EC=A0=9C=EA=B1=B0?= =?UTF-8?q?=EB=A1=9C=20=EA=B0=AD=20=ED=99=95=EB=B3=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DevLog/UI/Home/HomeView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/DevLog/UI/Home/HomeView.swift b/DevLog/UI/Home/HomeView.swift index 7df77527..5303971a 100644 --- a/DevLog/UI/Home/HomeView.swift +++ b/DevLog/UI/Home/HomeView.swift @@ -207,7 +207,6 @@ struct HomeView: View { ForEach(viewModel.state.recentTodos, id: \.id) { todo in NavigationLink(value: Path.detail(todo.id)) { RecentTodoRow(todo: todo, sceneWidth: sceneWidth) - .padding(.vertical, -4) } } }