Skip to content

Commit

Permalink
Fixed left padding for switcher icon on the table checkboxes #4351 (#…
Browse files Browse the repository at this point in the history
…4963)

Closes #4351  - Fixed spacing issue in TopBar file.

---------

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
  • Loading branch information
rathodvinod5 and FelixMalfait committed May 14, 2024
1 parent 0b1f646 commit 8842292
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`;
Expand Down

0 comments on commit 8842292

Please sign in to comment.