Adjust various base components

This commit is contained in:
jeffvli 2023-02-05 20:52:25 -08:00
parent ab3236230b
commit 6872a7e8b2
5 changed files with 6 additions and 8 deletions

View file

@ -44,8 +44,8 @@ interface PlayButtonProps {
const PlayButton = ({ onClick }: PlayButtonProps) => {
return (
<PlayBtn
h="50px"
w="50px"
h="45px"
w="45px"
onClick={onClick}
/>
);