mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-03-20 08:34:08 +01:00
Remove deprecation warnings for Xcode beta4
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user