From e950b84df5dc3d021f05bfc75f08674ddde54931 Mon Sep 17 00:00:00 2001 From: Yash Date: Tue, 2 Apr 2024 15:44:50 +0000 Subject: memory bar --- apps/web/src/components/ui/input.tsx | 4 ++-- apps/web/src/components/ui/textarea.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/web/src/components/ui') diff --git a/apps/web/src/components/ui/input.tsx b/apps/web/src/components/ui/input.tsx index deb877dd..cee654a8 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 (
diff --git a/apps/web/src/components/ui/textarea.tsx b/apps/web/src/components/ui/textarea.tsx index 6c79b228..10a7ed75 100644 --- a/apps/web/src/components/ui/textarea.tsx +++ b/apps/web/src/components/ui/textarea.tsx @@ -10,7 +10,7 @@ const Textarea = React.forwardRef( return (