diff --git a/src/features/BuyMatchPopup/components/SuccessStep/index.tsx b/src/features/BuyMatchPopup/components/SuccessStep/index.tsx index 2f8fcc23..c713a432 100644 --- a/src/features/BuyMatchPopup/components/SuccessStep/index.tsx +++ b/src/features/BuyMatchPopup/components/SuccessStep/index.tsx @@ -37,7 +37,10 @@ export const SuccessStep = () => { diff --git a/src/features/MatchSidePlaylists/styled.tsx b/src/features/MatchSidePlaylists/styled.tsx index 0e0d1de5..4f79309e 100644 --- a/src/features/MatchSidePlaylists/styled.tsx +++ b/src/features/MatchSidePlaylists/styled.tsx @@ -208,6 +208,10 @@ export const Button = styled.button` background-color: #555555; } + span { + pointer-events: none; + } + @media ${devices.mobile} { justify-content: center; border-radius: 1.8px;