Bunlong / react-papaparse

react-papaparse is the fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.
https://react-papaparse.js.org
MIT License
365 stars 61 forks source link

Changing highlight color #54

Closed OleSkaar closed 4 years ago

OleSkaar commented 4 years ago

Hi! Love papa parse, it's super easy to use. However, I've been struggling to figure out how to style the border-color attribute of the div aroud the input field when you drag a file over the drag and drop (with the dashed lines). It seems to default to purple. I've tried changing style attributes for the CSVreader component, but I can't seem to find anything that relates to this styling. Am I missing something, or is that hardcoded?

Bunlong commented 4 years ago

@OleSkaar Thank you for your contribution. We missed this point we will add it and release it by tomorrow. Could I add you to the contributors list? Thanks!

OleSkaar commented 4 years ago

@Bunlong Great! Thanks for the quick response. Feel free to add me to the contributor list :)

Bunlong commented 4 years ago

@OleSkaar react-papaparse v3.7.2 has been released! ( How to customize CSVReader (Drag to upload) style? ) You were added to contributor list. Thank you so much for your contribution!