Skip to content

Commit

Permalink
[Style] SE 버전 검색 결과 이미지 사이즈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JMM00 committed Jun 4, 2023
1 parent 13622dd commit e6e710c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Halmap/View/SongSearchView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ struct SongSearchView: View {
Image("searchInfo")
.resizable()
.scaledToFit()
.frame(width: 200)
.padding(.top, 60)
.frame(width: UIScreen.getHeight(200))
.padding(.top, UIScreen.getHeight(60))

Spacer()
}
Expand All @@ -108,8 +108,8 @@ struct SongSearchView: View {
Image("searchEmpty")
.resizable()
.scaledToFit()
.frame(width: 200)
.padding(.top, 60)
.frame(width: UIScreen.getHeight(200))
.padding(.top, UIScreen.getHeight(60))
Spacer()
}
VStack {
Expand Down

0 comments on commit e6e710c

Please sign in to comment.