From 5ddb48741155421119119b23003302e8665f1b48 Mon Sep 17 00:00:00 2001 From: nicosampler Date: Fri, 26 Jun 2020 12:29:01 -0300 Subject: [PATCH] typo --- src/components/TextBox/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TextBox/index.tsx b/src/components/TextBox/index.tsx index a9a8ef01..db34972a 100644 --- a/src/components/TextBox/index.tsx +++ b/src/components/TextBox/index.tsx @@ -11,7 +11,7 @@ const Box = styled.p` type Props = { children: React.ReactNode - classNames?: string + className?: string } const TextBox = ({ children, ...rest }: Props): React.ReactElement => {