Angular 6 Material - Hues and How to change the color of mat radio button

后端 未结 5 2038
悲&欢浪女
悲&欢浪女 2021-01-11 14:47

How can I change the color of the using CSS?

Saw on another post that if I use the following code, it would change it, but I had no luck with it so far.



        
5条回答
  •  旧时难觅i
    2021-01-11 15:41

    None of the above worked for me. But this one worked i.e put color="primary" on mat -radio button. ie

    Active. 
    

    See example below

    https://stackblitz.com/edit/angular-material2-issue-ethbcx

提交回复
热议问题