use hex colour directly instead of transparency

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-09-10 10:17:03 +07:00
parent f329973798
commit 8acf82944f
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -53,14 +53,13 @@ namespace osu.Game.Overlays.Changelog
Colour = Color4.Black.Opacity(0.25f),
Offset = new Vector2(0, 1),
Radius = 3,
Hollow = true,
},
Children = new Drawable[]
{
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = Color4.Black.Opacity(0.3f),
Colour = Color4Extensions.FromHex("#222027"),
},
new Container
{