Decrease size of play button

This commit is contained in:
jeffvli 2023-03-29 00:31:32 -07:00
parent 50af8f4d3a
commit 335287d119

View file

@ -36,8 +36,8 @@ export const PlayButton = ({ ...props }: any) => {
return (
<MotionButton
{...props}
h="50px"
w="50px"
h="45px"
w="45px"
>
<RiPlayFill size={20} />
</MotionButton>