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
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
I am attempting to customize the styles of a Button component setup with ButtonText. Styling with variants and compound variants works fine for default state styling of the descendants, and I can style the root element in :hover and :active states. But styles applied to descendants when the parent component is in a different state don't work.
I am attempting to customize the styles of a
Button
component setup withButtonText
. Styling with variants and compound variants works fine for default state styling of the descendants, and I can style the root element in:hover
and:active
states. But styles applied to descendants when the parent component is in a different state don't work.Am I doing something wrong or is this a bug?
Text does change color on hover
Text does not change color on hover
The text was updated successfully, but these errors were encountered: