mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Refactor colors to palette based design
This commit is contained in:
@ -12,7 +12,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
public OsuButton()
|
||||
{
|
||||
Height = 25;
|
||||
Colour = OsuColor.Button;
|
||||
Colour = OsuColour.BlueDark;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user