diff --git a/editor/src/components/inspector/sections/component-section/data-picker-popup.tsx b/editor/src/components/inspector/sections/component-section/data-picker-popup.tsx index 11a0d7711e94..327c2df8f507 100644 --- a/editor/src/components/inspector/sections/component-section/data-picker-popup.tsx +++ b/editor/src/components/inspector/sections/component-section/data-picker-popup.tsx @@ -462,6 +462,7 @@ function ValueRow({ cursor: variableOption.variableInfo.matches ? 'pointer' : 'default', background: currentExpressionExactMatch ? colorTheme.primary.value : undefined, color: currentExpressionExactMatch ? colorTheme.white.value : undefined, + paddingLeft: variableOption.depth * 8, }} onClick={onClickTopLevelButton} css={{