You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the component's background color changes to white-ish by default when hovered. This becomes problematic when someone passes custom color props like shown above. This can be solved by adding a prop for the background color when hovered.
The text was updated successfully, but these errors were encountered:
please add (unless its already possible and im dumb haha). For now to get around it, override the class named ".Container:hover". You can also use styled-components, if you do this &:hover { background-color: ${props -> props.backgroundHover} }
Currently, the component's background color changes to white-ish by default when hovered. This becomes problematic when someone passes custom color props like shown above. This can be solved by adding a prop for the background color when hovered.
The text was updated successfully, but these errors were encountered: