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:
@ -24,8 +24,6 @@ const StyledTopBar = styled.div<{ displayBottomBorder: boolean }>`
|
||||
font-weight: ${({ theme }) => theme.font.weight.medium};
|
||||
height: 39px;
|
||||
justify-content: space-between;
|
||||
padding-left: ${({ theme }) => theme.spacing(3)};
|
||||
padding-right: ${({ theme }) => theme.spacing(2)};
|
||||
z-index: 5;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user