mirror of
https://github.com/navidrome/navidrome.git
synced 2025-05-31 15:49:38 +03:00
* fix(ui/src/album): White play button on hover for all themes - #960 * fix(PlayButton) : White play button for light theme - #960 * fix(PlayButton) : White play button for light theme - #960 * bug(AlbumGridView.js) - Album play button defaults to white, can be overridden - #960 Signed-off-by: Shishir <shishir.srik@gmail.com> * bug(AlbumGridView.js) - Album play button defaults to white, can be overridden - #960 * Reverted package.json and package-lock.json - #960 Signed-off-by: Shishir <shishir.srik@gmail.com> * Missing lint script added - #960 Signed-off-by: Shishir <shishir.srik@gmail.com> * Removed color, added className and made record required in PlayButton.propTypes - #960