mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Decrease size of play button
This commit is contained in:
@@ -36,8 +36,8 @@ export const PlayButton = ({ ...props }: any) => {
|
|||||||
return (
|
return (
|
||||||
<MotionButton
|
<MotionButton
|
||||||
{...props}
|
{...props}
|
||||||
h="50px"
|
h="45px"
|
||||||
w="50px"
|
w="45px"
|
||||||
>
|
>
|
||||||
<RiPlayFill size={20} />
|
<RiPlayFill size={20} />
|
||||||
</MotionButton>
|
</MotionButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user