feat: set design of Company chip
This commit is contained in:
@ -14,13 +14,16 @@ const StyledContainer = styled.span`
|
|||||||
color: ${(props) => props.theme.text80};
|
color: ${(props) => props.theme.text80};
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 4px 8px 4px 4px;
|
padding: 4px;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
|
||||||
|
:hover {
|
||||||
|
filter: brightness(95%);
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 1rem;
|
height: 14px;
|
||||||
width: 1rem;
|
width: 14px;
|
||||||
border-radius: 0.5rem;
|
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user