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 de41656 commit 4aee558Copy full SHA for 4aee558
src/scripts/TreeNode.tsx
@@ -90,7 +90,7 @@ const TreeNodeItem: FC<TreeNodeProps & { icon?: string }> = (props) => {
90
tabIndex={-1}
91
type='icon-bare'
92
icon={icon}
93
- iconSize='x-small'
+ iconSize='small'
94
onClick={onToggle}
95
title={typeof label === 'string' ? `Expand ${label}` : undefined}
96
// Prevent focus loss during loading by keeping the toggle button in the DOM with opacity set to 0.
0 commit comments