mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-20 18:41:44 +01:00
changed default colours
This commit is contained in:
parent
3926fff424
commit
13701e0a1d
@ -39,11 +39,11 @@ class CookieConsent extends Component {
|
||||
margin: "15px"
|
||||
},
|
||||
declineButtonStyle: {
|
||||
background: "#ffd42d",
|
||||
background: "#c12a2a",
|
||||
border: "0",
|
||||
borderRadius: "0px",
|
||||
boxShadow: "none",
|
||||
color: "black",
|
||||
color: "#e5e5e5",
|
||||
cursor: "pointer",
|
||||
flex: "0 0 auto",
|
||||
padding: "5px 10px",
|
||||
|
Loading…
Reference in New Issue
Block a user