Fix result mode button's corner exponent

This commit is contained in:
Dean Herbert 2019-11-22 20:45:05 +09:00
parent 203c8ddb94
commit 4063135a3a

View File

@ -36,7 +36,9 @@ namespace osu.Game.Screens.Ranking
Size = new Vector2(50);
Masking = true;
CornerRadius = 25;
CornerExponent = 2;
activeColour = colours.PinkDarker;
inactiveColour = OsuColour.Gray(0.8f);