Skip to content

Commit

Permalink
fix(banner): kyc icon min width
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed May 22, 2020
1 parent f3c7b61 commit 0cffd4f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -43,6 +43,7 @@ const PendingIconWrapper = styled.div`
align-items: center;
height: 40px;
width: 40px;
min-width: 40px;
border-radius: 20px;
margin-right: 20px;
background-color: ${props => props.theme.orange000};
Expand Down

0 comments on commit 0cffd4f

Please sign in to comment.