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
After my engineer applied an updated theme, exported via Material UI Sync, all of the buttons disappeared. The button component has some new style overrides I haven't seen before and didn't intent to apply:
"&:not(.Mui-disabled):not(.Mui-focusVisible):not(:hover)": {
"color": "var(--mui-palette-action-disabled)",
"border": "1px solid var(--mui-palette-action-disabledBackground)",
"background": "none",
"display": "none"
},
Any ideas how I might have changed the button component for the theme to generate this way? Any thoughts on how I could fix this? Thanks!
Steps to reproduce
Current behavior
No response
Expected behavior
No response
Context
No response
Your environment
Search keywords: -
The text was updated successfully, but these errors were encountered: