Closed nickmaio closed 5 months ago
Would be nice to have a prop to easily replace default highlighting border color - the default blue one is great but, certainly, not suitable for all UI cases...
You can change this using CSS varables like so:
Add this to your main CSS file (App.css, index.css or similar)
.GifPickerReact { --gpr-highlight-color: red; }
Would be nice to have a prop to easily replace default highlighting border color - the default blue one is great but, certainly, not suitable for all UI cases...