From fd60f33bd518031142878501d747743158b2dd7e Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Wed, 18 Mar 2026 18:21:54 +0100 Subject: [PATCH] feat: simplify InputComponent styling by removing unnecessary text color class --- apps/infoalloggi/src/components/phone-input.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/infoalloggi/src/components/phone-input.tsx b/apps/infoalloggi/src/components/phone-input.tsx index 98a8f09..7772815 100644 --- a/apps/infoalloggi/src/components/phone-input.tsx +++ b/apps/infoalloggi/src/components/phone-input.tsx @@ -72,10 +72,7 @@ const InputComponent = React.forwardRef< React.ComponentProps<"input"> >(({ className, ...props }, ref) => (