fix: revert to font 400

This commit is contained in:
karishmas6
2024-10-11 18:25:44 +05:30
parent 1cbdf3c49b
commit 5e2148b409

View File

@@ -9,7 +9,7 @@ export const WarningText = styled.p`
background: rgba(255,165,0,0.15);
padding: 5px;
font-family: "Roboto","Helvetica","Arial",sans-serif;
font-weight: 300;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.00938em;
`