Skip to content

Commit

Permalink
fix indent (#5620)
Browse files Browse the repository at this point in the history
  • Loading branch information
liady authored May 6, 2024
1 parent 6d83a0e commit d0e0cf9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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={{
Expand Down

0 comments on commit d0e0cf9

Please sign in to comment.