1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 19:00:07 +08:00

Set the right colour for background

This commit is contained in:
HoutarouOreki
2018-07-21 23:00:05 +02:00
Unverified
parent 66eb0eb246
commit 8f43b883b1
+1 -1
View File
@@ -58,7 +58,7 @@ namespace osu.Game.Overlays
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = new Color4(20, 18, 23, 255)
Colour = new Color4(49, 36, 54, 255),
},
new ScrollContainer
{