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"
|
margin: "15px"
|
||||||
},
|
},
|
||||||
declineButtonStyle: {
|
declineButtonStyle: {
|
||||||
background: "#ffd42d",
|
background: "#c12a2a",
|
||||||
border: "0",
|
border: "0",
|
||||||
borderRadius: "0px",
|
borderRadius: "0px",
|
||||||
boxShadow: "none",
|
boxShadow: "none",
|
||||||
color: "black",
|
color: "#e5e5e5",
|
||||||
cursor: "pointer",
|
cursor: "pointer",
|
||||||
flex: "0 0 auto",
|
flex: "0 0 auto",
|
||||||
padding: "5px 10px",
|
padding: "5px 10px",
|
||||||
|
Loading…
Reference in New Issue
Block a user