Finished relation picker for companies (#305)
* Finished relation picker for companies * Minor fixes
This commit is contained in:
@ -14,6 +14,8 @@ const StyledContainer = styled.span`
|
||||
color: ${(props) => props.theme.text80};
|
||||
display: inline-flex;
|
||||
gap: ${(props) => props.theme.spacing(1)};
|
||||
height: calc(20px - 2 * ${(props) => props.theme.spacing(1)});
|
||||
|
||||
padding: ${(props) => props.theme.spacing(1)};
|
||||
|
||||
user-select: none;
|
||||
|
||||
Reference in New Issue
Block a user