Global outlined override
问题 In what way can I override global theme such that all components that are using variant = 'outlined' are impacted by that style. Also would like to override events like focus, hover, etc.. "@material-ui/core": "^3.9.2", 回答1: Offhand, I'm not certain how many different components have an "outlined" variant. You won't be able to address all of them in a single CSS rule, but they can each be dealt with separately in your theme. In this answer I will just address OutlinedInput and outlined Button