Remove deprecation warnings for Xcode beta4

This commit is contained in:
John Holdsworth
2019-07-28 12:10:01 +01:00
parent 57e72ec52c
commit 7af0a711da
40 changed files with 63 additions and 61 deletions

View File

@@ -10,7 +10,7 @@ struct SearchUserBar: View {
TextField(
$text,
placeholder: Text("Search User")
.color(Color.gray)
.foregroundColor(Color.gray)
)
.padding([.leading, .trailing], 8)
.frame(height: 32)