KarimMokhtar / react-drag-drop-files

Light and simple Reactjs drag and drop files library to use with very flexible options to change, so you put whatever the design you want for your drop-area. Users can drag and drop or even select the file anywhere in the window.
MIT License
245 stars 86 forks source link

No way to change label color? #128

Open SciSaif opened 1 year ago

cimslab commented 10 months ago

Have you tried this: <FileUploader classes="dragging">

CSS:


background-color: red !important;
color: yellow !important;
}```
goncalhurtado commented 6 months ago

What I did to solve it was first to check the tags it contains in the inspector and then add the necessary colors through SCSS. I've included screenshots below, hope it helps!

Captura de pantalla 2024-03-21 a la(s) 14 06 38 Captura de pantalla 2024-03-21 a la(s) 14 07 24