mirror of
https://github.com/yattee/yattee.git
synced 2024-12-12 21:30:32 +05:30
add border around search field
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
parent
4663aab3da
commit
0bef798341
@ -74,6 +74,10 @@ struct SearchTextField: View {
|
||||
RoundedRectangle(cornerRadius: 8)
|
||||
.fill(Color("SearchTextFieldBackground"))
|
||||
)
|
||||
.overlay(
|
||||
RoundedRectangle(cornerRadius: 8)
|
||||
.stroke(Color("ControlsBorderColor"), lineWidth: 1)
|
||||
)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
}
|
||||
.padding(.horizontal, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user