Skip to content

Commit

Permalink
Merge pull request #18445 from frenzibyte/editor-background-colour
Browse files Browse the repository at this point in the history
Darken background colour in "setup" and "verify" screens
  • Loading branch information
peppy authored May 28, 2022
2 parents 3aa7e31 + eec9248 commit 4f2910c
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 4f2910c

Please sign in to comment.