mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
use system background color for background
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
parent
0bef798341
commit
34a957b28e
@ -76,7 +76,7 @@ struct SearchTextField: View {
|
|||||||
)
|
)
|
||||||
.overlay(
|
.overlay(
|
||||||
RoundedRectangle(cornerRadius: 8)
|
RoundedRectangle(cornerRadius: 8)
|
||||||
.stroke(Color("ControlsBorderColor"), lineWidth: 1)
|
.stroke(Color(UIColor.secondarySystemBackground), lineWidth: 1)
|
||||||
)
|
)
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user