More fixes (#8931)
Fixes https://github.com/twentyhq/twenty/issues/8888
This commit is contained in:
@ -11,6 +11,8 @@ const StyledHeader = styled.header<{
|
||||
height: 24px;
|
||||
margin-bottom: ${({ theme, areRecordsAvailable }) =>
|
||||
areRecordsAvailable && theme.spacing(2)};
|
||||
|
||||
gap: ${({ theme }) => theme.spacing(1)};
|
||||
`;
|
||||
|
||||
const StyledTitle = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user