Skip to content

Commit

Permalink
Darken background colour in "setup" and "verify" screens
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed May 27, 2022
1 parent 5eb16ff commit eec9248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osu.Game/Screens/Edit/Setup/SetupScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private void load(EditorBeatmap beatmap, OverlayColourProvider colourProvider)

Add(new Box
{
Colour = colourProvider.Background2,
Colour = colourProvider.Background3,
RelativeSizeAxes = Axes.Both,
});

Expand Down
2 changes: 1 addition & 1 deletion osu.Game/Screens/Edit/Verify/IssueList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private void load(OverlayColourProvider colours)
{
new Box
{
Colour = colours.Background2,
Colour = colours.Background3,
RelativeSizeAxes = Axes.Both,
},
new OsuScrollContainer
Expand Down

0 comments on commit eec9248

Please sign in to comment.