fix: Pin icons different colored, closes #2939

This commit is contained in:
Tom Moor
2022-01-14 21:02:35 -08:00
parent 7fa2644caf
commit 19704e15ba
2 changed files with 7 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ const MenuIconWrapper = styled.span`
height: 24px;
margin-right: 6px;
margin-left: -4px;
color: ${({ theme }) => theme.textSecondary};
`;
export default MenuIconWrapper;