round corners on main view top graph view
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user