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 cdc95b01d30b..11475f63ec28 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 @@ -160,7 +160,7 @@ function ValueRow({ variableOption, idx, onTweakProperty }: ValueRowProps) { onClick={isArray ? stopPropagation : tweakProperty} css={{ '&:hover': { - backgroundColor: 'red', + backgroundColor: 'subdued', }, }} >