fix(#484): logo styles in user favorites (#184)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 5 years ago committed by GitHub
parent b0bd43aad1
commit b89c7fbbf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/features/UserFavorites/styled.tsx

@ -61,8 +61,8 @@ export const UserSportFavItemLogoWrapper = styled.div`
min-height: 48px;
height: 48px;
border-radius: 50%;
padding: 5px;
background-color: #fff;
padding: 2px;
background-color: #3F3F3F;
margin-bottom: 16px;
${UserSportFavXWrapper} {
display: none;
@ -88,6 +88,7 @@ export const UserSportFavItemLogoWrapper = styled.div`
export const UserSportFavImgWrapper = styled(ProfileLogo)`
width: 100%;
border-radius: 50%;
`
export const UserSportFavStar = styled.div`

Loading…
Cancel
Save