Skip to content

Commit

Permalink
fix #7821 added gap in record tag and count (#7822)
Browse files Browse the repository at this point in the history
solves #7821 

added 4px gap in tag and count

---------

Co-authored-by: Félix Malfait <[email protected]>
  • Loading branch information
NitinPSingh and FelixMalfait authored Oct 22, 2024
1 parent 32cf88f commit edc36c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const StyledHeaderContainer = styled.div`
const StyledLeftContainer = styled.div`
align-items: center;
display: flex;
gap: ${({ theme }) => theme.spacing(1)};
`;

const StyledRightContainer = styled.div`
Expand Down

0 comments on commit edc36c7

Please sign in to comment.