mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
Darken background colour in "setup" and "verify" screens
This commit is contained in:
parent
5eb16ff46c
commit
eec9248cde
@ -41,7 +41,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
|
||||
Add(new Box
|
||||
{
|
||||
Colour = colourProvider.Background2,
|
||||
Colour = colourProvider.Background3,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
});
|
||||
|
||||
|
@ -51,7 +51,7 @@ namespace osu.Game.Screens.Edit.Verify
|
||||
{
|
||||
new Box
|
||||
{
|
||||
Colour = colours.Background2,
|
||||
Colour = colours.Background3,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
},
|
||||
new OsuScrollContainer
|
||||
|
Loading…
Reference in New Issue
Block a user