fix(#in555): purchase ok button id added

fix(#in555): removed click for button inner elements
pull/178/head
Farber Denis 3 years ago
parent 282c652c63
commit 62173b545b
  1. 5
      src/features/BuyMatchPopup/components/SuccessStep/index.tsx
  2. 4
      src/features/MatchSidePlaylists/styled.tsx

@ -37,7 +37,10 @@ export const SuccessStep = () => {
</ResultText>
</Body>
<Footer>
<SmallButton onClick={closeAfterPayment}>
<SmallButton
onClick={closeAfterPayment}
id='purchase_ok'
>
Ок
</SmallButton>
</Footer>

@ -208,6 +208,10 @@ export const Button = styled.button<ButtonProps>`
background-color: #555555;
}
span {
pointer-events: none;
}
@media ${devices.mobile} {
justify-content: center;
border-radius: 1.8px;

Loading…
Cancel
Save