Skip to content

Commit 5e43342

Browse files
committed
[Chore] #219 - 이력서 수정 터치영역 수정
1 parent 51341de commit 5e43342

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CERTI-iOS/Presentation/Resume/Components/ResumeActivityListComponent.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ struct ResumeActivityListComponent: View {
4646

4747
Spacer()
4848
}
49+
.background(.white)
4950
.onTapGesture {
5051
onTapCard()
5152
}

CERTI-iOS/Presentation/Resume/Components/ResumeCareerListComponent.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ struct ResumeCareerListComponent: View {
4747

4848
Spacer()
4949
}
50+
.background(.white)
5051
.onTapGesture {
5152
onTapCard()
5253
}

0 commit comments

Comments
 (0)