|
|
|
@ -79,8 +79,9 @@ struct StatView: View { |
|
|
|
Text(self.statValue.stat.localizedName.uppercased()) |
|
|
|
Text(self.statValue.stat.localizedName.uppercased()) |
|
|
|
.font(.footnote) |
|
|
|
.font(.footnote) |
|
|
|
Text(self.statValue.formattedValue) |
|
|
|
Text(self.statValue.formattedValue) |
|
|
|
.font(.system(.title, weight: .bold)) |
|
|
|
.font(.system(.title, weight: .light)) |
|
|
|
} |
|
|
|
.foregroundColor(.accentColor) |
|
|
|
|
|
|
|
}.padding(.vertical, 4.0) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|