Use 'Submit' select sample variant for back button

This commit is contained in:
Jamie Taylor
2021-07-30 21:25:44 +09:00
parent c1d8a7e2ad
commit 7dc1de7423
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ namespace osu.Game.Graphics.UserInterface
{
Size = TwoLayerButton.SIZE_EXTENDED;
Child = button = new TwoLayerButton
Child = button = new TwoLayerButton(HoverSampleSet.Submit)
{
Anchor = Anchor.TopLeft,
Origin = Anchor.TopLeft,