From db63591bcb40abd8c6f44a0f98069219bcb93d77 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Thu, 12 Mar 2026 12:11:57 +0100 Subject: [PATCH] style: update component styles to use bg-card and adjust heights for consistency --- apps/infoalloggi/src/components/counter.tsx | 2 +- .../src/components/custom_ui/InputNumber.tsx | 8 +- .../src/components/custom_ui/input.tsx | 2 +- .../src/components/custom_ui/multiselect.tsx | 4 +- .../src/components/servizio/servizio.tsx | 86 ++++++++++++++++--- apps/infoalloggi/src/components/ui/select.tsx | 2 +- apps/infoalloggi/src/forms/comps.tsx | 5 +- 7 files changed, 85 insertions(+), 24 deletions(-) diff --git a/apps/infoalloggi/src/components/counter.tsx b/apps/infoalloggi/src/components/counter.tsx index fda903d..0fa0bbc 100644 --- a/apps/infoalloggi/src/components/counter.tsx +++ b/apps/infoalloggi/src/components/counter.tsx @@ -19,7 +19,7 @@ export const Counter = ({ setValue(newValue); }; return ( -
+
diff --git a/apps/infoalloggi/src/components/custom_ui/InputNumber.tsx b/apps/infoalloggi/src/components/custom_ui/InputNumber.tsx index 5bf3ee8..042f4f4 100644 --- a/apps/infoalloggi/src/components/custom_ui/InputNumber.tsx +++ b/apps/infoalloggi/src/components/custom_ui/InputNumber.tsx @@ -38,7 +38,7 @@ export const NumberInput = forwardRef( prefix, value: controlledValue, className, - height = "h-9", + height = "h-10", ...props }, externalRef, @@ -121,7 +121,7 @@ export const NumberInput = forwardRef( }; return ( -
+
(