mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 17:57:31 +00:00
Disable ripples on the background item for toggles
This commit is contained in:
@@ -72,6 +72,7 @@ export function EnteMenuItem({
|
||||
<MenuItem
|
||||
disabled={disabled}
|
||||
onClick={handleButtonClick}
|
||||
disableRipple={variant == "toggle"}
|
||||
sx={{
|
||||
width: "100%",
|
||||
color: (theme) =>
|
||||
|
Reference in New Issue
Block a user