diff --git a/src/features/UserFavorites/styled.tsx b/src/features/UserFavorites/styled.tsx index edebbd65..11dcbc76 100644 --- a/src/features/UserFavorites/styled.tsx +++ b/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`