How to change Material UI input underline colour?

后端 未结 2 407
感动是毒
感动是毒 2020-12-17 15:12

I have a Material UI Select component that is on a dark background, so for just this one component I\'d like to change it so that the text and line colours are

2条回答
  •  被撕碎了的回忆
    2020-12-17 16:01

    You can change the underline color of Select Component using two options

    1. Overriding with classes

    Create a element using input Props and override using classes using underline key.

    
                            
        
    提交评论

提交回复
热议问题