From 62173b545beff76dbbd778bfbd4c95a87841b501 Mon Sep 17 00:00:00 2001 From: Farber Denis Date: Mon, 24 Apr 2023 14:36:08 +0300 Subject: [PATCH] fix(#in555): purchase ok button id added fix(#in555): removed click for button inner elements --- src/features/BuyMatchPopup/components/SuccessStep/index.tsx | 5 ++++- src/features/MatchSidePlaylists/styled.tsx | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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; -- 2.30.2