remove background colour for no comment placeholder

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-08-14 00:03:05 +07:00
parent 48b84db7b9
commit a710bbf6ae
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -323,11 +323,6 @@ namespace osu.Game.Overlays.Comments
RelativeSizeAxes = Axes.X; RelativeSizeAxes = Axes.X;
AddRangeInternal(new Drawable[] AddRangeInternal(new Drawable[]
{ {
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = colourProvider.Background4
},
new OsuSpriteText new OsuSpriteText
{ {
Anchor = Anchor.CentreLeft, Anchor = Anchor.CentreLeft,