mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Adjust colors to match web design
This commit is contained in:
@ -102,8 +102,8 @@ namespace osu.Game.Overlays.Profile.Sections
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colors)
|
private void load(OsuColour colors)
|
||||||
{
|
{
|
||||||
IdleColour = colors.GreySeafoam;
|
IdleColour = colors.GreySeafoamDark;
|
||||||
HoverColour = colors.GreySeafoamLight;
|
HoverColour = colors.GreySeafoam;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override bool OnClick(ClickEvent e)
|
protected override bool OnClick(ClickEvent e)
|
||||||
|
Reference in New Issue
Block a user