mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
feat: smaller play button
This commit is contained in:
parent
b5dadf55f4
commit
6aaee4342e
@ -16,7 +16,11 @@ const PlayButton = ({
|
||||
const dispatch = useDispatch()
|
||||
|
||||
return (
|
||||
<IconButton onClick={() => dispatch(action(record))} {...rest}>
|
||||
<IconButton
|
||||
onClick={() => dispatch(action(record))}
|
||||
{...rest}
|
||||
size={'small'}
|
||||
>
|
||||
{icon}
|
||||
</IconButton>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user