react-native-web-hooks
react-native-web-hooks copied to clipboard
useHover and opacity
As far as I can tell, the default use case of useHover is making the hovered item semi-transparent.
Is there a way to override this?
I am creating a drowndown menu component, and I do not want any transparency when a user hovers over a dropdown menu item
This can be fixed (perhaps in a bit hacky way) by overriding the opacity on the hovered on view element.