From f9b54b6fc715d63f7ac3444889f4b6f821640338 Mon Sep 17 00:00:00 2001 From: sippo Date: Fri, 8 Nov 2024 19:02:00 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20pass=20down=20className=20prop=20classNa?= =?UTF-8?q?me=E3=82=92=E3=83=AA=E3=83=AC=E3=83=BC=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=80=82=20TextField=E3=81=AFprops=E3=81=A8=E3=81=97=E3=81=A6c?= =?UTF-8?q?lassName=E3=82=92=E5=8F=97=E3=81=91=E5=8F=96=E3=81=A3=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=82=8B=E3=81=8C=E3=80=81=E3=81=9D=E3=82=8C=E3=82=92?= =?UTF-8?q?=E6=B8=A1=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B=E9=83=A8=E5=88=86?= =?UTF-8?q?=E3=81=8C=E3=81=AA=E3=81=8F=E3=80=81styled()=E3=81=AA=E3=81=A9?= =?UTF-8?q?=E3=81=A7=E4=B8=8A=E6=9B=B8=E3=81=8D=E3=81=99=E3=82=8B=E3=81=93?= =?UTF-8?q?=E3=81=A8=E3=81=8C=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84=E7=8A=B6?= =?UTF-8?q?=E6=85=8B=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/react/src/components/TextField/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/TextField/index.tsx b/packages/react/src/components/TextField/index.tsx index 2b97848c0..a6d084a7e 100644 --- a/packages/react/src/components/TextField/index.tsx +++ b/packages/react/src/components/TextField/index.tsx @@ -89,7 +89,7 @@ const TextField = React.forwardRef( const showAssistiveText = assistiveText != null && assistiveText.length !== 0 - const classNames = useClassNames('charcoal-text-field-root') + const classNames = useClassNames('charcoal-text-field-root', className) return (