diff --git a/docs/pages/changelog/7-0-0.mdx b/docs/pages/changelog/7-0-0.mdx index 2e132709896..cf3042fa8ab 100644 --- a/docs/pages/changelog/7-0-0.mdx +++ b/docs/pages/changelog/7-0-0.mdx @@ -140,7 +140,7 @@ import classes from './Demo.module.css'; const theme = createTheme({ components: { - TextInput: TextInput.extends({ + TextInput: TextInput.extend({ styles: (theme, props) => ({ input: { fontSize: props.size === 'compact' ? theme.fontSizes.sm : undefined,