Skip to content

Commit 79a9c98

Browse files
committed
refactor: TodoList 배경 통일
1 parent 6a4b2dc commit 79a9c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Application/DevLogPresentation/Sources/Home/TodoListView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ struct TodoListView: View {
201201
if #available(iOS 26.0, *) {
202202
Color.clear
203203
} else {
204-
Color(.systemBackground)
204+
Color(.systemGroupedBackground)
205205
}
206206
}
207207
.offset(y: headerOffset)

0 commit comments

Comments
 (0)