diff --git a/src/renderer/features/shared/components/play-button.tsx b/src/renderer/features/shared/components/play-button.tsx index 4c0adb5f..595a0091 100644 --- a/src/renderer/features/shared/components/play-button.tsx +++ b/src/renderer/features/shared/components/play-button.tsx @@ -7,8 +7,6 @@ const MotionButton = styled(motion(_Button))` display: flex; align-items: center; justify-content: center; - width: 50px; - height: 50px; background-color: var(--primary-color); border: none; border-radius: 50%; @@ -19,7 +17,9 @@ const MotionButton = styled(motion(_Button))` export const PlayButton = ({ ...props }: Omit) => { return (