From 5e2148b40987c22677243d62269df463a12904a5 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 11 Oct 2024 18:25:44 +0530 Subject: [PATCH] fix: revert to font 400 --- src/components/atoms/texts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/atoms/texts.tsx b/src/components/atoms/texts.tsx index 046b9e55..e31b9ceb 100644 --- a/src/components/atoms/texts.tsx +++ b/src/components/atoms/texts.tsx @@ -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; `