use system background color for background

Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
Toni Förster 2024-09-11 08:55:18 +02:00
parent 0bef798341
commit 34a957b28e
No known key found for this signature in database
GPG Key ID: 292F3E5086C83FC7

View File

@ -76,7 +76,7 @@ struct SearchTextField: View {
)
.overlay(
RoundedRectangle(cornerRadius: 8)
.stroke(Color("ControlsBorderColor"), lineWidth: 1)
.stroke(Color(UIColor.secondarySystemBackground), lineWidth: 1)
)
.frame(maxWidth: .infinity, alignment: .leading)
}