Skip to content

Commit

Permalink
fix(ProfileBanner): changes image opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
newick committed Jun 11, 2021
1 parent e2714d4 commit 085910d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}) {
Expand Down

0 comments on commit 085910d

Please sign in to comment.