solves #7821 added 4px gap in tag and count --------- Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
@ -52,6 +52,7 @@ const StyledHeaderContainer = styled.div`
|
||||
const StyledLeftContainer = styled.div`
|
||||
align-items: center;
|
||||
display: flex;
|
||||
gap: ${({ theme }) => theme.spacing(1)};
|
||||
`;
|
||||
|
||||
const StyledRightContainer = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user