Fix some components using wrong sample set

This commit is contained in:
Jamie Taylor
2022-11-03 17:47:29 +09:00
parent f1c17129eb
commit 59bbd9c460
2 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ namespace osu.Game.Graphics.UserInterface
private readonly LoadingSpinner loading;
protected LoadingButton()
: base(HoverSampleSet.Button)
{
Add(loading = new LoadingSpinner
{