Rework tab and tab list padding and gaps to match designs (#1529)

This commit is contained in:
Charles Bochet
2023-09-10 12:55:25 -07:00
committed by GitHub
parent 677e444d8e
commit b0ae670ec4
6 changed files with 24 additions and 6 deletions

View File

@ -46,7 +46,6 @@ const StyledChipcontainer = styled.div`
height: 40px;
justify-content: space-between;
margin-left: ${({ theme }) => theme.spacing(2)};
margin-right: ${({ theme }) => theme.spacing(1)};
overflow-x: auto;
`;