Skip to content

Commit 0ced9a2

Browse files
committed
Update docs from drafts to main
1 parent 178289d commit 0ced9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/Button.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ A separate component called `IconButton` is used if the action shows only an ico
9494

9595
```jsx live
9696
<>
97-
<IconButton aria-label="Search" size="small" icon={SearchIcon} />
97+
<IconButton aria-label="Search" size="small" icon={SearchIcon} />
9898
<IconButton aria-label="Search" icon={SearchIcon} sx={{ml: 2}} />
9999
<IconButton aria-label="Search" size="large" icon={SearchIcon} sx={{ml: 2}} />
100100
</>

0 commit comments

Comments
 (0)