Skip to content

Commit

Permalink
[Feat] #524 - 섹션 폴드 버튼 터치 영역 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JMM00 committed Apr 20, 2024
1 parent 72a7d9a commit e2f470f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HappyAnding/HappyAnding/Views/MyPageViews/MyPageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ struct MyPageSection: View {
Image(systemName: isFolded ? "chevron.down" : "chevron.up")
.foregroundStyle(SCZColor.CharcoalGray.opacity48)
}
.frame(width: 24, height: 24)
}
}
.padding(.horizontal, 16)
Expand Down

0 comments on commit e2f470f

Please sign in to comment.