Skip to content

Commit b1e00e6

Browse files
Increase sketchbook tree indentation to reflect design system (arduino#1148)
1 parent ea42dc5 commit b1e00e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/browser/widgets/sketchbook/sketchbook-tree-widget.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { Sketch } from '../../contributions/contribution';
2727
import { nls } from '@theia/core/lib/common';
2828

2929
const customTreeProps: TreeProps = {
30-
leftPadding: 20,
30+
leftPadding: 26,
3131
expansionTogglePadding: 6,
3232
};
3333

0 commit comments

Comments
 (0)