Skip to content

Commit

Permalink
reduce spacing between icons in sidebar and add vertical padding
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Oct 4, 2024
1 parent f77fe9e commit b9335bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/SidebarItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const ItemSC = styled.div<{
textDecoration: 'none',
whiteSpace: 'nowrap',
width: $isHorizontal ? undefined : '100%',
height: $isHorizontal ? undefined : 32,
height: $isHorizontal ? undefined : 39,
flexGrow: 0,
padding: $isHorizontal ? undefined : theme.spacing.small,
borderRadius: '3px',
Expand Down
2 changes: 1 addition & 1 deletion src/components/SidebarSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function SidebarSectionRef(
align="center"
ref={ref}
borderBottom={isHorizontal ? '' : '1px solid border'}
gap={isHorizontal ? 'medium' : 'xsmall'}
gap={isHorizontal ? 'medium' : 'xxsmall'}
padding={12}
width={isHorizontal ? 'auto' : '100%'}
{...styles}
Expand Down

0 comments on commit b9335bc

Please sign in to comment.