mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-23 09:08:40 +02:00
Remove deprecation warnings for Xcode beta4
This commit is contained in:
@@ -32,7 +32,7 @@ struct ActivityCell : View {
|
||||
}
|
||||
Text(timeStamp)
|
||||
.font(Font.system(size: 12))
|
||||
.color(Color.gray)
|
||||
.foregroundColor(Color.gray)
|
||||
.padding(.bottom, 2)
|
||||
|
||||
Text(content)
|
||||
|
||||
Reference in New Issue
Block a user