Add Play, Queue, Shuffle and NewCollection Buttons

This commit is contained in:
grafixeyehero 2023-10-02 23:38:03 +03:00
parent d1f2f1caa0
commit ab0ffb857c
6 changed files with 181 additions and 2 deletions

View file

@ -98,7 +98,7 @@ const SortButton: FC<SortButtonProps> = ({
title={globalize.translate('Sort')}
sx={{ ml: 2 }}
aria-describedby={id}
className='paper-icon-button-light btnShuffle autoSize'
className='paper-icon-button-light btnSort autoSize'
onClick={handleClick}
>
<SortByAlphaIcon />