2299 fix(frontend): corrected tag spacing in settings object item table row (#2302)

* fix(frontend): corrected tag spacing in settings object item table row

* 2299-fix(front): pr requested changes

* 2299 fix(front): PR requested changes - 2
This commit is contained in:
Kanav Arora
2023-11-06 22:28:03 +05:30
committed by GitHub
parent b98d474308
commit 9bd6d26d53
2 changed files with 3 additions and 9 deletions

View File

@ -33,11 +33,10 @@ const StyledTag = styled.h3<{
font-style: normal;
font-weight: ${({ theme }) => theme.font.weight.medium};
gap: ${({ theme }) => theme.spacing(2)};
height: ${({ theme }) => theme.spacing(5)};
margin: 0;
padding-bottom: ${({ theme }) => theme.spacing(1)};
padding-left: ${({ theme }) => theme.spacing(2)};
padding-right: ${({ theme }) => theme.spacing(2)};
padding-top: ${({ theme }) => theme.spacing(1)};
`;
export type TagProps = {