Refactor colors to palette based design

This commit is contained in:
Drew DeVault
2017-01-12 16:38:27 -05:00
parent c222be05c0
commit fa007e632d
26 changed files with 150 additions and 155 deletions

View File

@ -12,7 +12,7 @@ namespace osu.Game.Graphics.UserInterface
public OsuButton()
{
Height = 25;
Colour = OsuColor.Button;
Colour = OsuColour.BlueDark;
}
}
}