style(#301): fixed gethighlights button style

style(#301): button max width added
pull/75/head
Farber Denis 3 years ago
parent 07c928ab97
commit 93328cd9eb
  1. 2
      src/features/ProfileCard/styled.tsx

@ -224,6 +224,8 @@ export const SсGetHighlightBtn = styled(ButtonSolid)`
height: 1.95rem;
border-radius: 13px;
margin-left: 5px;
width: auto;
max-width: 272px;
${isMobileDevice
? css`

Loading…
Cancel
Save