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
In the above-linked code the specificity of this selector means that the MenuItem cannot be overwritten in styles. We need to move this style to the MenuItem styles specifically.
The text was updated successfully, but these errors were encountered:
tablekit/system/react/src/components/MenuList.ts
Lines 24 to 27 in 464aefb
In the above-linked code the specificity of this selector means that the
MenuItem
cannot be overwritten in styles. We need to move this style to theMenuItem
styles specifically.The text was updated successfully, but these errors were encountered: