mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Decrease size of play button
This commit is contained in:
parent
50af8f4d3a
commit
335287d119
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ export const PlayButton = ({ ...props }: any) => {
|
|||
return (
|
||||
<MotionButton
|
||||
{...props}
|
||||
h="50px"
|
||||
w="50px"
|
||||
h="45px"
|
||||
w="45px"
|
||||
>
|
||||
<RiPlayFill size={20} />
|
||||
</MotionButton>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue