mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-03-22 09:29:32 +01:00
Remove deprecation warnings for Xcode beta4
This commit is contained in:
@@ -19,7 +19,7 @@ struct UserRow : View {
|
||||
VStack {
|
||||
Text(user.name)
|
||||
Text(user.username)
|
||||
.color(.secondary)
|
||||
.foregroundColor(.secondary)
|
||||
.lineLimit(0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user