Add 8px margin to the left of the Tasks' tab list (#5833)

I implemented the margin requested on #5827

---------

Co-authored-by: Thomas Trompette <thomas.trompette@sfr.fr>
This commit is contained in:
Juan Martín Miñarro 2024-06-12 05:24:38 -03:00 committed by GitHub
parent 5ec98b5ac3
commit 5fe2fc2778
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,6 @@ const StyledTabListContainer = styled.div`
align-items: end;
display: flex;
height: 40px;
margin-left: ${({ theme }) => `-${theme.spacing(2)}`};
`;
export const Tasks = () => {