Changed the font-weight to regular (Issue #2500) (#2550)

fix🐛 changed the font-weight to regular (Issue #2500)
This commit is contained in:
Mohit Singh
2023-11-17 16:39:29 -05:00
committed by GitHub
parent 18846885cd
commit ec4f07eab2

View File

@ -31,7 +31,7 @@ const StyledTag = styled.h3<{
flex-direction: row;
font-size: ${({ theme }) => theme.font.size.md};
font-style: normal;
font-weight: ${({ theme }) => theme.font.weight.medium};
font-weight: ${({ theme }) => theme.font.weight.regular};
gap: ${({ theme }) => theme.spacing(2)};
height: ${({ theme }) => theme.spacing(5)};
margin: 0;