1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:49:53 +08:00

remove background colour for no comment placeholder

This commit is contained in:
Gagah Pangeran Rosfatiputra
2021-08-14 00:03:05 +07:00
Unverified
parent 48b84db7b9
commit a710bbf6ae
@@ -323,11 +323,6 @@ namespace osu.Game.Overlays.Comments
RelativeSizeAxes = Axes.X;
AddRangeInternal(new Drawable[]
{
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = colourProvider.Background4
},
new OsuSpriteText
{
Anchor = Anchor.CentreLeft,