The round property can be used to make the button rounded on all devices.
To apply it to only specific devices you can use the useAdaptiveMode hook.
The variant="contained" prop can be used to add a background to the button on all devices.
To apply it to only specific devices you can use the useAdaptiveMode hook.
MUI Button API with the following changes:
disableTouchRipple defaults to trueIncreases the border radius to make the button corners appear rounded
booleanfalseMUI Icon Button API with the following changes:
disableTouchRipple defaults to trueAdds a background to the button when set to contained
"contained" | "default""default"