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
But when I display the menu all items are white including the disabled item which should have been red.
When I remove color: "white" the disabled item shows up red as expected but of course the rest of the text is default color.
I think it should be fixed if possible and if not a workaround should be displayed somewhere in the readme when listing the properties of MenuItem because this seems like a very common need.
The text was updated successfully, but these errors were encountered:
I'm using the lib on snack (web) and I'm defining a series of MenuItem like so
But when I display the menu all items are white including the disabled item which should have been red.
When I remove
color: "white"
the disabled item shows up red as expected but of course the rest of the text is default color.I think it should be fixed if possible and if not a workaround should be displayed somewhere in the readme when listing the properties of MenuItem because this seems like a very common need.
The text was updated successfully, but these errors were encountered: