fix(#in555): purchase ok button id added #178

Merged
andrey.dekterev merged 1 commits from IN-555-purchase-button-id into develop 3 years ago
  1. 5
      src/features/BuyMatchPopup/components/SuccessStep/index.tsx
  2. 4
      src/features/MatchSidePlaylists/styled.tsx

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

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

Loading…
Cancel
Save