1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00

Adjust colors to match web design

This commit is contained in:
EVAST9919 2019-06-04 01:47:45 +03:00
parent 7e96ff7f14
commit fe6b4112c6

View File

@ -102,8 +102,8 @@ namespace osu.Game.Overlays.Profile.Sections
[BackgroundDependencyLoader]
private void load(OsuColour colors)
{
IdleColour = colors.GreySeafoam;
HoverColour = colors.GreySeafoamLight;
IdleColour = colors.GreySeafoamDark;
HoverColour = colors.GreySeafoam;
}
protected override bool OnClick(ClickEvent e)