Skip to content

Commit

Permalink
[docs] fixes typo for component extend functions
Browse files Browse the repository at this point in the history
  • Loading branch information
btmnk committed Oct 9, 2023
1 parent 9c6ba80 commit dbec8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/changelog/7-0-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dbec8c2

Please sign in to comment.