mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Match up tooltip background color with OsuTooltipContainer
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user