Skip to content

Commit 06b7f28

Browse files
author
현수빈
committed
[Fix] #72 - 체크리스트 셀 UI 수정
1 parent 28a2e06 commit 06b7f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/Shared/DesignSystem/Sources/Cells/Checklist/ColorCellView/BaseColorChecklistCellView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private struct ColorCheckBoxButton: View {
110110
.clipShape(RoundedRectangle(cornerRadius: 2))
111111
.overlay(
112112
RoundedRectangle(cornerRadius: 2)
113-
.stroke(.greyScale100, lineWidth: 1)
113+
.stroke(.greyScale300, lineWidth: 1)
114114
)
115115
.padding(3)
116116
}

0 commit comments

Comments
 (0)