1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 06:09:55 +08:00

Darken background colour in "setup" and "verify" screens

This commit is contained in:
Salman Ahmed
2022-05-28 02:10:18 +03:00
Unverified
parent 5eb16ff46c
commit eec9248cde
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ namespace osu.Game.Screens.Edit.Setup
Add(new Box
{
Colour = colourProvider.Background2,
Colour = colourProvider.Background3,
RelativeSizeAxes = Axes.Both,
});
+1 -1
View File
@@ -51,7 +51,7 @@ namespace osu.Game.Screens.Edit.Verify
{
new Box
{
Colour = colours.Background2,
Colour = colours.Background3,
RelativeSizeAxes = Axes.Both,
},
new OsuScrollContainer