Further tweaks to get closer to design originals

This commit is contained in:
Dean Herbert
2020-09-04 13:05:39 +09:00
parent 9d2dff2cb8
commit cd253ab055
2 changed files with 2 additions and 2 deletions

View File

@ -428,7 +428,7 @@ namespace osu.Game.Screens.Select
i.Origin = Anchor.Centre;
i.RelativeSizeAxes = Axes.Both;
i.Colour = Color4Extensions.FromHex(@"f7dd55");
i.Size = new Vector2(0.8f);
i.Size = new Vector2(0.64f);
}),
}
},