검색창

- 검색창 배경색이 safearea 영역까지 지정되던 버그 수정
This commit is contained in:
Yu Sung 2025-04-08 13:48:15 +09:00
parent 745f72db87
commit 33ea2413f5
1 changed files with 2 additions and 1 deletions

View File

@ -53,10 +53,11 @@ struct SearchView: View {
}
}
}
.padding(.horizontal, 21.3)
.frame(height: 50)
.padding(.horizontal, 21.3)
.frame(maxWidth: .infinity)
.background(Color.gray22)
.clipShape(RoundedRectangle(cornerRadius: 6.7))
.overlay(
RoundedRectangle(cornerRadius: 6.7)
.strokeBorder(lineWidth: 1)