Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
liady committed Feb 19, 2024
1 parent a672c26 commit bd0c34f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function ValueRow({ variableOption, idx, onTweakProperty }: ValueRowProps) {
onClick={isArray ? stopPropagation : tweakProperty}
css={{
'&:hover': {
backgroundColor: 'red',
backgroundColor: 'subdued',
},
}}
>
Expand Down

0 comments on commit bd0c34f

Please sign in to comment.