-
How to cancel the style of ListboxItem component when it is focused? |
Beta Was this translation helpful? Give feedback.
Answered by
wingkwong
Jul 2, 2024
Replies: 1 comment 1 reply
-
you can pass your custom classes to classNames={{
base: "data-[selectable=true]:focus:bg-primary data-[selectable=true]:focus:text-primary-foreground"
}} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
iGmainC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can pass your custom classes to
classNames.base
. e.g.