refactor: Icon to icons for certifiedIcon (#15306)

* initial commit

* updated css

* fix lint
This commit is contained in:
Phillip Kelley-Dotson
2021-06-23 13:49:17 -07:00
committed by GitHub
parent a330b664c1
commit e1ceb7f7cc
4 changed files with 7 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ const FlexRowContainer = styled.div`
align-items: center;
display: flex;
> svg {
svg {
margin-right: ${({ theme }) => theme.gridUnit}px;
}
`;