Replies: 1 comment 2 replies
-
Can you share a sandbox link with issue replicated? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am not able to identify how to change the default light blue background color when key is pressed over an option.
Is there any state I'm missing here?
backgroundColor: state.isSelected ? "green" : state.isFocused ? 'green' : state.isActive ? "red" : "bg-gray-50",
I thought it was the effect of
active
, but apparently it is not.I also tried this with no luck:
It's strange because
color
works in this case, butbackgroundColor
is not being picked up...Any idea? Thanks
Beta Was this translation helpful? Give feedback.
All reactions