fix: Fixed the design of 'Tab List' (#1517)

* fix: Fixed the design of 'Tab List'

* fix: Fixed design of 'Tab list'
This commit is contained in:
Zoltán Völcsey
2023-09-10 20:52:10 +02:00
committed by GitHub
parent c3f5566fde
commit 677e444d8e
4 changed files with 8 additions and 7 deletions

View File

@ -27,14 +27,12 @@ const StyledShowPageRightContainer = styled.div`
`;
const StyledTabListContainer = styled.div`
align-items: end;
align-items: center;
border-bottom: ${({ theme }) => `1px solid ${theme.border.color.light}`};
box-sizing: border-box;
display: flex;
gap: ${({ theme }) => theme.spacing(1)};
gap: ${({ theme }) => theme.spacing(2)};
height: 40px;
padding-left: ${({ theme }) => theme.spacing(1)};
padding-right: ${({ theme }) => theme.spacing(1)};
`;
type OwnProps = {