Disable ripples on the background item for toggles

This commit is contained in:
Manav Rathi
2024-07-11 13:43:04 +05:30
parent 6ccb61b425
commit 8dad88eca6

View File

@@ -72,6 +72,7 @@ export function EnteMenuItem({
<MenuItem
disabled={disabled}
onClick={handleButtonClick}
disableRipple={variant == "toggle"}
sx={{
width: "100%",
color: (theme) =>