Skip to content

Commit 6a4b2dc

Browse files
committed
refactor: TodoEditor 배경 통일
1 parent c63f9b9 commit 6a4b2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Application/DevLogPresentation/Sources/Home/TodoEditorView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct TodoEditorView: View {
7373
}
7474
}
7575
}
76-
.background(Color(.secondarySystemBackground))
76+
.background(Color(.systemGroupedBackground))
7777
.presentationDragIndicator(.visible)
7878
}
7979
.toolbar {

0 commit comments

Comments
 (0)