feat: smaller play button
This commit is contained in:
@@ -16,7 +16,11 @@ const PlayButton = ({
|
|||||||
const dispatch = useDispatch()
|
const dispatch = useDispatch()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<IconButton onClick={() => dispatch(action(record))} {...rest}>
|
<IconButton
|
||||||
|
onClick={() => dispatch(action(record))}
|
||||||
|
{...rest}
|
||||||
|
size={'small'}
|
||||||
|
>
|
||||||
{icon}
|
{icon}
|
||||||
</IconButton>
|
</IconButton>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user