diff --git a/components/ui/atoms/Input.tsx b/components/ui/atoms/Input.tsx index e2d7e7e..4acae4b 100644 --- a/components/ui/atoms/Input.tsx +++ b/components/ui/atoms/Input.tsx @@ -31,7 +31,7 @@ const Input = forwardRef(function InputGroup( <>
{tooltip && }
diff --git a/components/ui/atoms/Select.tsx b/components/ui/atoms/Select.tsx index 92a7308..2e79687 100644 --- a/components/ui/atoms/Select.tsx +++ b/components/ui/atoms/Select.tsx @@ -27,7 +27,7 @@ const Select = forwardRef(function Select( return ( <>