fix: update task assignee icon styles

This commit is contained in:
Jordan Knott
2020-08-18 17:53:11 -05:00
parent f8a783378a
commit 83765077ff
4 changed files with 14 additions and 5 deletions

View File

@ -8,6 +8,8 @@ import TaskAssignee from 'shared/components/TaskAssignee';
export const ProjectMember = styled(TaskAssignee)<{ zIndex: number }>`
z-index: ${props => props.zIndex};
position: relative;
box-shadow: 0 0 0 2px rgba(16, 22, 58), inset 0 0 0 1px rgba(16, 22, 58, 0.07);
`;
export const NavbarWrapper = styled.div`