project panel/styles: Align child's chevron with parent path (#2559)

Piotr Osiewicz created

Z-1012

Release notes:
- Adjust indent of files in subdirectories.

Change summary

styles/src/styleTree/projectPanel.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

styles/src/styleTree/projectPanel.ts 🔗

@@ -72,7 +72,7 @@ export default function projectPanel(colorScheme: ColorScheme) {
         },
         background: background(layer),
         padding: { left: 12, right: 12, top: 6, bottom: 6 },
-        indentWidth: 8,
+        indentWidth: 16,
         entry,
         draggedEntry: {
             ...baseEntry,