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 dd1c1bf commit 4cc06eeCopy full SHA for 4cc06ee
packages/nimbus/src/components/toolbar/toolbar.dev.mdx
@@ -52,13 +52,13 @@ const App = () => (
52
<Box>
53
<Text textStyle="sm" mb="200" color="neutral.11">Size: md</Text>
54
<Toolbar size="md">
55
- <IconButton size="xs" variant="ghost" aria-label="New">
+ <IconButton size="md" variant="ghost" aria-label="New">
56
<Icons.Add />
57
</IconButton>
58
- <IconButton size="xs" variant="ghost" aria-label="Save">
+ <IconButton size="md" variant="ghost" aria-label="Save">
59
<Icons.Save />
60
61
- <IconButton size="xs" variant="ghost" aria-label="Print">
+ <IconButton size="md" variant="ghost" aria-label="Print">
62
<Icons.Print />
63
64
</Toolbar>
0 commit comments