Skip to content

Commit

Permalink
[Chore] #80 - 탭바 상단 경계선 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JinUng41 committed Jan 18, 2025
1 parent 056ded6 commit a26fbc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ private extension NotificationPageView {
bottomDivisionLine.snp.makeConstraints { make in
make.horizontalEdges.equalToSuperview()
make.bottom.equalTo(safeArea)
make.height.equalTo(1)
}
}
}

0 comments on commit a26fbc1

Please sign in to comment.