Use 'default' sampleset for toolbar and repurpose 'toolbar' select sample temporarily

This commit is contained in:
Jamie Taylor
2022-06-03 22:28:36 +09:00
parent 2878bb592f
commit 6115275bc2
3 changed files with 1 additions and 5 deletions

View File

@ -66,7 +66,7 @@ namespace osu.Game.Screens.Select
private readonly Box light;
public FooterButton()
: base(HoverSampleSet.Button)
: base(HoverSampleSet.Toolbar)
{
AutoSizeAxes = Axes.Both;
Shear = SHEAR;