diff --git a/src/app/profiles/App/Pages/Profiles/Profile/ProfileBanner.tsx b/src/app/profiles/App/Pages/Profiles/Profile/ProfileBanner.tsx index 034194c7c..9088e6e2d 100644 --- a/src/app/profiles/App/Pages/Profiles/Profile/ProfileBanner.tsx +++ b/src/app/profiles/App/Pages/Profiles/Profile/ProfileBanner.tsx @@ -18,7 +18,6 @@ const ProfileBannerContainer = styled.div<{ bottom: 0; margin: auto; display: block; - opacity: ${props => (props.default ? '0.5' : '1')}; } @media (max-width: ${props => props.theme.tabletWidth}) {