Closed aayalapalacin closed 2 weeks ago
<FileUploader
classes="myClass"
/>
then
.myClass {
border-style: solid;
}
<FileUploader classes="myClass" /> then .myClass { border-style: solid; }
almost correct.
you just need to add !important
to override the default value:
border-style: solid !important;
Hello! Any way to change default border styling? Seems like it's currently border style dotted and color blue. Thanks!