Increase sketchbook tree indentation to reflect design system (#1148)

This commit is contained in:
Francesco Spissu 2022-07-05 14:10:56 +02:00 committed by GitHub
parent ea42dc52fd
commit b1e00e6ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ import { Sketch } from '../../contributions/contribution';
import { nls } from '@theia/core/lib/common';
const customTreeProps: TreeProps = {
leftPadding: 20,
leftPadding: 26,
expansionTogglePadding: 6,
};