mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 21:50:43 +03:00
feat: set design of Company chip
This commit is contained in:
parent
38cc857f77
commit
b6bfefe846
@ -14,13 +14,16 @@ const StyledContainer = styled.span`
|
||||
color: ${(props) => props.theme.text80};
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
padding: 4px 8px 4px 4px;
|
||||
padding: 4px;
|
||||
gap: 4px;
|
||||
|
||||
:hover {
|
||||
filter: brightness(95%);
|
||||
}
|
||||
|
||||
img {
|
||||
height: 1rem;
|
||||
width: 1rem;
|
||||
border-radius: 0.5rem;
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
object-fit: cover;
|
||||
}
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user