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
@kkomaz We have been porting the component on the v1-beta branch. We have reimplemented it from the ground-up.
We encourage people starting with Material-UI to go with v1-beta. The master branch is in a low maintenance mode. We don't plan any work on it. However, we still do our best to review and merge pull requests that fix bugs on this branch.
How would I go about removing the box shadow on an
IconMenu
component? Tried all different style props given.I believe #4. style isn't working because the root element for an IconButton is the 3 vertical dots themselves.
Expected Behavior
add
menuStyle={{ boxShadow: 'none' }}
should remove the box shadow on the Menu componentCurrent Behavior
Currently makes changes on the child element of the Menu DOM element.
Boxshadow changes Occuring
Where I want the boxshadow removed
The text was updated successfully, but these errors were encountered: