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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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