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

@ -18,12 +18,10 @@ export const OwnerIcon = styled(Crown)`
const TaskDetailAssignee = styled.div`
cursor: pointer;
margin: 0 0 0 -2px;
border-radius: 50%;
display: flex;
align-items: center;
position: relative;
float: left;
`;
export const Wrapper = styled.div<{ size: number | string; bgColor: string | null; backgroundURL: string | null }>`