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 ( -
+
(