diff --git a/styles/src/styleTree/projectPanel.ts b/styles/src/styleTree/projectPanel.ts index 26f88c6784111bcf1a0b2f33aa44a4d07baaf71a..7add861fa64fcabf8956b9949b988ab72823600d 100644 --- a/styles/src/styleTree/projectPanel.ts +++ b/styles/src/styleTree/projectPanel.ts @@ -6,7 +6,7 @@ export default function projectPanel(theme: Theme) { return { ...panel, padding: { left: 12, right: 12, top: 6, bottom: 6 }, - indentWidth: 20, + indentWidth: 8, entry: { height: 24, iconColor: iconColor(theme, "muted"),