From 6aaee4342e0290b51180a95a1571b86eea92573e Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 5 Feb 2020 13:19:37 -0500 Subject: [PATCH] feat: smaller play button --- ui/src/song/PlayButton.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/src/song/PlayButton.js b/ui/src/song/PlayButton.js index 05d09b262..8a26d3a75 100644 --- a/ui/src/song/PlayButton.js +++ b/ui/src/song/PlayButton.js @@ -16,7 +16,11 @@ const PlayButton = ({ const dispatch = useDispatch() return ( - dispatch(action(record))} {...rest}> + dispatch(action(record))} + {...rest} + size={'small'} + > {icon} )