From 5f599fd6bdd77dc1a0ac00c7fa61a69356e60782 Mon Sep 17 00:00:00 2001 From: gmemez Date: Mon, 20 Jan 2025 00:06:11 +0700 Subject: [PATCH] fix input boxshadow --- www/src/components/ui/input.tsx | 2 +- www/src/index.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/www/src/components/ui/input.tsx b/www/src/components/ui/input.tsx index 4160734..bc0b9e2 100644 --- a/www/src/components/ui/input.tsx +++ b/www/src/components/ui/input.tsx @@ -8,7 +8,7 @@ const Input = React.forwardRef>(