typo
This commit is contained in:
parent
ecf9e1dd79
commit
5ddb487411
|
@ -11,7 +11,7 @@ const Box = styled.p`
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
children: React.ReactNode
|
children: React.ReactNode
|
||||||
classNames?: string
|
className?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
const TextBox = ({ children, ...rest }: Props): React.ReactElement => {
|
const TextBox = ({ children, ...rest }: Props): React.ReactElement => {
|
||||||
|
|
Loading…
Reference in New Issue