diff --git a/changelog/7.0.0.md b/changelog/7.0.0.md index d65c1f47c9..1f4248c292 100644 --- a/changelog/7.0.0.md +++ b/changelog/7.0.0.md @@ -309,7 +309,7 @@ There are multiple ways to customize component sizes: - With component [CSS variables](https://mantine.dev/styles/styles-api) - With [static CSS variables](https://mantine.dev/styles/variants-sizes#sizes-with-static-css-variables) -Example of customizing [Button](https://mantine.dev/core/button) size with `data-size` attribute: +Example of customizing [Input](https://mantine.dev/core/input) size with `data-size` attribute: ```tsx import { createTheme, Input, MantineProvider } from '@mantine/core';