round corners on main view top graph view

This commit is contained in:
Trey t
2022-02-06 11:36:56 -06:00
parent d757354756
commit 587c557e16
2 changed files with 2 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ struct HeaderStatsView : UIViewRepresentable {
dataSet.secondaryTextColor = UIColor.systemGray
dataSet.valueColors = [.white]
dataSet.highlightAlpha = 0.0
dataSet.roundedCornerValue = 10
if let descriptor = UIFontDescriptor.preferredFontDescriptor(
withTextStyle: .body).withSymbolicTraits([.traitBold]) {