Skip to content

Commit d9cf40f

Browse files
committed
ui: 색상 수정
1 parent b6f9d0c commit d9cf40f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DevLog/UI/Common/TodoInfoSheetView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct TodoInfoSheetView: View {
2121
VStack(alignment: .leading) {
2222
Text("생성일")
2323
.font(.subheadline)
24-
.foregroundStyle(.secondary)
24+
.foregroundStyle(.white)
2525
HStack(spacing: 8) {
2626
Image(systemName: "calendar")
2727
.foregroundStyle(.white)

0 commit comments

Comments
 (0)