diff --git a/src/Models/Statistics.cs b/src/Models/Statistics.cs index c3a3b3cf..c493d8a7 100644 --- a/src/Models/Statistics.cs +++ b/src/Models/Statistics.cs @@ -103,6 +103,7 @@ namespace SourceGit.Models { Values = samples, Stroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 1 }, + Fill = new SolidColorPaint(SKColors.SkyBlue.WithAlpha(90)), GeometrySize = 8, GeometryStroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 2 } }