Skip to content

Commit 4cc06ee

Browse files
fix(docs): update size example for toolbar
1 parent dd1c1bf commit 4cc06ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/nimbus/src/components/toolbar/toolbar.dev.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ const App = () => (
5252
<Box>
5353
<Text textStyle="sm" mb="200" color="neutral.11">Size: md</Text>
5454
<Toolbar size="md">
55-
<IconButton size="xs" variant="ghost" aria-label="New">
55+
<IconButton size="md" variant="ghost" aria-label="New">
5656
<Icons.Add />
5757
</IconButton>
58-
<IconButton size="xs" variant="ghost" aria-label="Save">
58+
<IconButton size="md" variant="ghost" aria-label="Save">
5959
<Icons.Save />
6060
</IconButton>
61-
<IconButton size="xs" variant="ghost" aria-label="Print">
61+
<IconButton size="md" variant="ghost" aria-label="Print">
6262
<Icons.Print />
6363
</IconButton>
6464
</Toolbar>

0 commit comments

Comments
 (0)