diff --git a/src/components/text-area/TextArea.tsx b/src/components/text-area/TextArea.tsx index e9b873a..bc07065 100644 --- a/src/components/text-area/TextArea.tsx +++ b/src/components/text-area/TextArea.tsx @@ -4,7 +4,7 @@ import * as css from "./TextArea.css"; export const TextArea = forwardRef< HTMLTextAreaElement, - AllHTMLAttributes & css.TextAreaVariants + Omit, "size"> & css.TextAreaVariants >(({ className, variant, size, outlined, radii, resize, ...props }, ref) => (