From 23e1ccf38a9f3336ac636ed382b2bdb3de790967 Mon Sep 17 00:00:00 2001 From: Yash Date: Wed, 3 Apr 2024 10:47:45 +0000 Subject: [PATCH 1/6] fix font weight --- apps/web/src/components/ui/input.tsx | 6 +++--- apps/web/src/components/ui/textarea.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/src/components/ui/input.tsx b/apps/web/src/components/ui/input.tsx index cee654a8..f697d540 100644 --- a/apps/web/src/components/ui/input.tsx +++ b/apps/web/src/components/ui/input.tsx @@ -11,7 +11,7 @@ const Input = React.forwardRef( ( return (
@@ -39,7 +39,7 @@ const InputWithIcon = React.forwardRef( ( return (