mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Set the right colour for background
This commit is contained in:
@ -58,7 +58,7 @@ namespace osu.Game.Overlays
|
|||||||
new Box
|
new Box
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = new Color4(20, 18, 23, 255)
|
Colour = new Color4(49, 36, 54, 255),
|
||||||
},
|
},
|
||||||
new ScrollContainer
|
new ScrollContainer
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user