fix(design-system): fix UserPopover icon alignment (#178)

This commit is contained in:
41666 2021-03-14 15:16:18 -04:00 committed by GitHub
parent 0c586404e8
commit 311a9c371e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,6 @@ export const NavAction = styled.div`
box-sizing: content-box;
padding: 5px 8px;
position: relative;
top: 0.1em;
top: 0.5em;
}
`;