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

@@ -72,8 +72,8 @@ const TableLabel = styled.span`
display: flex;
white-space: nowrap;
> svg,
> small {
svg,
small {
margin-right: ${({ theme }) => theme.gridUnit}px;
}
`;