switch back editable field hover from lighter to light

This commit is contained in:
corentin
2023-08-28 12:03:07 +02:00
parent ab9d7ddf7e
commit 27bb3a8126

View File

@ -23,7 +23,7 @@ const StyledEditableFieldNormalModeOuterContainer = styled.div<
if (props.isHovered) {
return css`
background-color: ${!props.disableHoverEffect
? props.theme.background.transparent.lighter
? props.theme.background.transparent.light
: 'transparent'};
cursor: pointer;