Skip to content

Commit

Permalink
[docs] Fix typo (#3287)
Browse files Browse the repository at this point in the history
Raised Issue: #3281
  • Loading branch information
maazakn committed Jan 5, 2023
1 parent db05512 commit f86ca2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/guides/custom-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { createStyles, MantineNumberSize } from '@mantine/core';

// Styles params are optional
export interface MyComponentStylesParams {
radius: MantineNumberSize;
radius?: MantineNumberSize;
}

export default createStyles((theme, { radius }: MyComponentStylesParams) => ({
Expand Down

0 comments on commit f86ca2c

Please sign in to comment.