Skip to content

Commit 4aee558

Browse files
Revert "Revert "(TreeNode): revert mistakenly added button size""
This reverts commit 1114b2e.
1 parent de41656 commit 4aee558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/TreeNode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const TreeNodeItem: FC<TreeNodeProps & { icon?: string }> = (props) => {
9090
tabIndex={-1}
9191
type='icon-bare'
9292
icon={icon}
93-
iconSize='x-small'
93+
iconSize='small'
9494
onClick={onToggle}
9595
title={typeof label === 'string' ? `Expand ${label}` : undefined}
9696
// Prevent focus loss during loading by keeping the toggle button in the DOM with opacity set to 0.

0 commit comments

Comments
 (0)