mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix transparency issues
This commit is contained in:
@ -98,7 +98,11 @@ namespace osu.Game.Overlays.Options
|
||||
BorderThickness = 3,
|
||||
Children = new[]
|
||||
{
|
||||
new Box { Colour = Color4.Transparent, RelativeSizeAxes = Axes.Both }
|
||||
new Box
|
||||
{
|
||||
Colour = new Color4(255, 102, 170, 0),
|
||||
RelativeSizeAxes = Axes.Both
|
||||
}
|
||||
}
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user