We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178289d commit 0ced9a2Copy full SHA for 0ced9a2
docs/content/Button.mdx
@@ -94,7 +94,7 @@ A separate component called `IconButton` is used if the action shows only an ico
94
95
```jsx live
96
<>
97
- <IconButton aria-label="Search" size="small" icon={SearchIcon} />
+ <IconButton aria-label="Search" size="small" icon={SearchIcon} />
98
<IconButton aria-label="Search" icon={SearchIcon} sx={{ml: 2}} />
99
<IconButton aria-label="Search" size="large" icon={SearchIcon} sx={{ml: 2}} />
100
</>
0 commit comments