feat: set design of Company chip

This commit is contained in:
Sammy Teillet 2023-04-19 10:55:06 +02:00
parent 38cc857f77
commit b6bfefe846
No known key found for this signature in database
GPG Key ID: 687E513E74D28696

View File

@ -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;
}
`;