例如,我想为Button
组件创建一个包装,而我只是为root
组件分配新颜色,即<Button color="red">smth in here</Button>
颜色已成功更改,并且产生了波纹效果,但是:hover
仍然是colorPrimary
或colorSecondary
。
问题是:
我必须为伪类手动分配颜色,因为存在RGBA值,我怎么知道hover
伪类的不透明度。
对于<Button variant="outlined" color="red">smth in here</Button>
的边框,例如Linear Progress
具有不透明性的静态背景,我可以说同样的话。