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:
@@ -16,7 +16,7 @@ struct ZoneCell : View {
|
||||
Image(imgName)
|
||||
Text(title)
|
||||
.font(Font.system(size: 10))
|
||||
.color(Color.gray)
|
||||
.foregroundColor(Color.gray)
|
||||
.frame(alignment: .center)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user