kirill3333 / react-avatar

👤 Load, crop & preview avatar with React
http://kirill3333.github.io/react-avatar
MIT License
561 stars 101 forks source link

How to change the color of "Choose a file" label? #119

Closed rohitkrishna094 closed 4 months ago

rohitkrishna094 commented 4 months ago

Seems like the phrase "Choose a file" has a hardcoded inline style of color:black. If I try to target that div>label and change it to say white, its not working due to this inline hardcoded style. Any idea on how to change the color?

rohitkrishna094 commented 4 months ago

Never mind. Got it to work by using !important.