https://github.com/khmelevskii/emotion-cljs/blob/master/examples/helix-emotion/src/main/helix_emotion/app.cljs#L40
The mui-button doesn't handle :color, so it's passed directly to the underlying mui/core/Button component, while in the normal button it's handled by defstyled-when
, right?