검색창
- 검색창 배경색이 safearea 영역까지 지정되던 버그 수정
This commit is contained in:
@@ -53,10 +53,11 @@ struct SearchView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.padding(.horizontal, 21.3)
|
|
||||||
.frame(height: 50)
|
.frame(height: 50)
|
||||||
|
.padding(.horizontal, 21.3)
|
||||||
.frame(maxWidth: .infinity)
|
.frame(maxWidth: .infinity)
|
||||||
.background(Color.gray22)
|
.background(Color.gray22)
|
||||||
|
.clipShape(RoundedRectangle(cornerRadius: 6.7))
|
||||||
.overlay(
|
.overlay(
|
||||||
RoundedRectangle(cornerRadius: 6.7)
|
RoundedRectangle(cornerRadius: 6.7)
|
||||||
.strokeBorder(lineWidth: 1)
|
.strokeBorder(lineWidth: 1)
|
||||||
|
Reference in New Issue
Block a user