mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:22:56 +08:00
Match up tooltip background color with OsuTooltipContainer
This commit is contained in:
parent
0f9c47686f
commit
7143497441
@ -153,7 +153,7 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
this.colours = colours;
|
||||
background.Colour = colours.GreyCarmineDark;
|
||||
background.Colour = colours.Gray3;
|
||||
}
|
||||
|
||||
public bool SetContent(object content)
|
||||
|
Loading…
Reference in New Issue
Block a user