mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
Adjust various base components
This commit is contained in:
@@ -44,8 +44,8 @@ interface PlayButtonProps {
|
||||
const PlayButton = ({ onClick }: PlayButtonProps) => {
|
||||
return (
|
||||
<PlayBtn
|
||||
h="50px"
|
||||
w="50px"
|
||||
h="45px"
|
||||
w="45px"
|
||||
onClick={onClick}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user