Update search textbox implementation to use BasicSearchTextBox instead

This commit is contained in:
Ganendra Afrasya
2022-05-03 06:18:42 +07:00
parent d7919f462c
commit 81be69e72e
5 changed files with 5 additions and 5 deletions

View File

@ -129,7 +129,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
{
RelativeSizeAxes = Axes.X,
Height = Header.HEIGHT,
Child = searchTextBox = new SearchTextBox
Child = searchTextBox = new BasicSearchTextBox
{
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,