Skip to content

Commit

Permalink
Fixed color consistency (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed May 9, 2021
1 parent 4e81e8a commit 2812261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gavilya/UserControls/StatGraph.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private void InitUI()
Rectangle rectangle = new()
{
Margin = new(10, 0, 10, 0),
Fill = new SolidColorBrush { Color = Color.FromRgb(50, 50, 90) },
Fill = new SolidColorBrush { Color = Color.FromRgb(100, 100, 140) },
Height = h,
Width = 50,
RadiusX = 5,
Expand Down

0 comments on commit 2812261

Please sign in to comment.