Skip to content

Commit 27a8400

Browse files
committed
refactor: RootView 시트 배경 통일
1 parent eb4a951 commit 27a8400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Application/DevLogPresentation/Sources/Root/RootView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public struct RootView: View {
104104
}
105105
}
106106
}
107-
.background(Color(.secondarySystemBackground))
107+
.background(Color(.systemGroupedBackground))
108108
.presentationDragIndicator(.visible)
109109
}
110110
}

0 commit comments

Comments
 (0)