Palmabit-IT / react-cookie-law

React Cookie Law is a cookie-info banner compliance with the GDPR and the EU cookie law. It allows the user to give consent in a granular way.
115 stars 55 forks source link

Style checkbox #49

Open gurbuuz opened 2 years ago

gurbuuz commented 2 years ago

I'm trying to change the color of the checked and unchecked checkboxes and the following styling does not work:

checkbox: { checked: "#2f286e", background: "#2f286e", color: "#2f286e", unchecked: "#2f286e" }