fix(#2404): added brazilian price into packages list popup

keep-around/88b683eb0748a6e7f3c8d242d7abeeaa01eaba55
Rakov Roman 4 years ago
parent 5ccc0932c1
commit aba383944b
  1. 2
      src/features/BuyMatchPopup/components/PackagesList/styled.tsx

@ -13,6 +13,7 @@ import { devices } from '../../../../config'
export const List = styled.ul`
width: 100%;
height: 460px;
overflow-y: auto;
margin-top: 25px;
padding: 0 40px;
@ -213,7 +214,6 @@ export const ScAutoRenewal = styled(PriceDetails)`
line-height: 21px;
font-size: 12px;
text-transform: none;
white-space: nowrap;
margin: 0;
color: ${({ theme: { colors } }) => colors.text70};

Loading…
Cancel
Save