Skip to content

Commit

Permalink
Update Cookie House styles
Browse files Browse the repository at this point in the history
  • Loading branch information
NevilleS committed May 10, 2023
1 parent ad8fda3 commit 45af19d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ Override basic theme colors by uncommenting and editing those below
--chakra-colors-primary-400: #CC805F;
/* Primary button color */
--chakra-colors-primary-800: #A85936;
/* Button border color */
--chakra-colors-complimentary-500: #A85936;
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "When you use our services, you’re trusting us with your information. We understand this is a big responsibility and work hard to protect your information and put you in control.",
"description_subtext": [],
"addendum": [],
"logo_path": "http://localhost:3000/logo.svg",
"logo_path": "https://ethyca-cdn-harpocrates.s3.amazonaws.com/assets/cookiehouse_assets/logo.svg",
"actions": [
{
"policy_key": "default_access_policy",
"icon_path": "download.svg",
"icon_path": "https://ethyca-cdn-harpocrates.s3.amazonaws.com/assets/cookiehouse_assets/access.svg",
"title": "Access your data",
"description": "We will provide you a report of all your personal data.",
"description_subtext": [],
Expand All @@ -17,7 +17,7 @@
},
{
"policy_key": "default_erasure_policy",
"icon_path": "delete.svg",
"icon_path": "https://ethyca-cdn-harpocrates.s3.amazonaws.com/assets/cookiehouse_assets/erase.svg",
"title": "Erase your data",
"description": "We will erase all of your personal data. This action cannot be undone.",
"description_subtext": [],
Expand All @@ -33,7 +33,7 @@
"description_subtext": [
"In order to opt-out of certain consent preferences, we may need to identify your account via your email address. This is optional."
],
"icon_path": "consent.svg",
"icon_path": "https://ethyca-cdn-harpocrates.s3.amazonaws.com/assets/cookiehouse_assets/consent.svg",
"identity_inputs": {
"email": "optional"
},
Expand Down

0 comments on commit 45af19d

Please sign in to comment.