diff --git a/frontend/src/pages/PartCollectingPage.tsx b/frontend/src/pages/PartCollectingPage.tsx index 47d8461b..07a57e96 100644 --- a/frontend/src/pages/PartCollectingPage.tsx +++ b/frontend/src/pages/PartCollectingPage.tsx @@ -29,15 +29,15 @@ const PartCollectingPage = () => { - + - - + + - + @@ -63,14 +63,14 @@ const PageFlex = styled(Flex)` } `; -const FlexControlInterface = styled(Flex)` +const SongPlayerFlex = styled(Flex)` @media (min-width: ${({ theme }) => theme.breakPoints.md}) { width: 320px; padding: 16px; } `; -const FlexPlayer = styled(Flex)` +const ControllerFlex = styled(Flex)` flex: 1; @media (min-width: ${({ theme }) => theme.breakPoints.md}) {