diff --git a/Feels.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Feels.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index ac4b847..af38795 100644 --- a/Feels.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Feels.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,7 +6,7 @@ "repositoryURL": "https://github.com/akatreyt/ChartsPackage", "state": { "branch": "master", - "revision": "735f9542271945f1b3424c177ddd7f4bb9fcd0b1", + "revision": "f4f414828b79f0aa545f84f6fe38e2cf7f239865", "version": null } }, diff --git a/Shared/views/HeaderStatsView.swift b/Shared/views/HeaderStatsView.swift index f6a026d..b7bcf52 100644 --- a/Shared/views/HeaderStatsView.swift +++ b/Shared/views/HeaderStatsView.swift @@ -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]) {