Fixed left padding for switcher icon on the table checkboxes #4351 (#4963)

Closes #4351  - Fixed spacing issue in TopBar file.

---------

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
Vinod Rathod
2024-05-14 21:58:13 +05:30
committed by GitHub
parent 0b1f646b72
commit 8842292196

View File

@ -25,7 +25,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(2)};
padding-right: ${({ theme }) => theme.spacing(2)};
z-index: 7;
`;