1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Match up tooltip background color with OsuTooltipContainer

This commit is contained in:
Ganendra Afrasya 2019-08-19 10:32:01 +07:00
parent 0f9c47686f
commit 7143497441

View File

@ -153,7 +153,7 @@ namespace osu.Game.Beatmaps.Drawables
private void load(OsuColour colours) private void load(OsuColour colours)
{ {
this.colours = colours; this.colours = colours;
background.Colour = colours.GreyCarmineDark; background.Colour = colours.Gray3;
} }
public bool SetContent(object content) public bool SetContent(object content)