mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 12:40:18 +08:00
Add solid background
This commit is contained in:
@@ -125,6 +125,11 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
},
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = Color4Extensions.FromHex(@"#27302E"),
|
||||
},
|
||||
new Container
|
||||
{
|
||||
Anchor = Anchor.CentreRight,
|
||||
|
||||
Reference in New Issue
Block a user