mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-26 02:28:36 +02:00
Remove deprecation warnings for Xcode beta4
This commit is contained in:
@@ -20,7 +20,7 @@ struct ChatCell : View {
|
||||
.bold()
|
||||
.padding(.top, 4)
|
||||
Text(subTitle)
|
||||
.color(Color.gray)
|
||||
.foregroundColor(Color.gray)
|
||||
.padding(.bottom, 8)
|
||||
}
|
||||
Spacer()
|
||||
|
||||
Reference in New Issue
Block a user