Skip to content

Commit

Permalink
Use primary button color for secondary button border
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonking committed May 19, 2023
1 parent d7433f1 commit 61b164c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clients/fides-js/src/lib/overlay.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
:root {
/* Colors */
--fides-consent-overlay-primary-color: #8243f2;
--fides-consent-overlay-primary-color: tomato;
--fides-consent-overlay-background-color: #f7fafc;
--fides-consent-overlay-font-color: #4a5568;
--fides-consent-overlay-hover-color: #edf2f7;
Expand Down Expand Up @@ -149,7 +149,7 @@ button.fides-consent-banner-button:hover {
button.fides-consent-banner-button.fides-consent-banner-button-primary {
background: var(--fides-consent-overlay-primary-button-background-color);
color: var(--fides-consent-overlay-primary-button-text-color);
border-color: var(--fides-consent-overlay-primary-button-border-color);
border: none;
}

button.fides-consent-banner-button.fides-consent-banner-button-primary:hover {
Expand All @@ -161,7 +161,7 @@ button.fides-consent-banner-button.fides-consent-banner-button-primary:hover {
button.fides-consent-banner-button.fides-consent-banner-button-secondary {
background: var(--fides-consent-overlay-secondary-button-background-color);
color: var(--fides-consent-overlay-secondary-button-text-color);
border-color: var(--fides-consent-overlay-secondary-button-border-color);
border: 1px solid var(--fides-consent-overlay-primary-button-background-color);
}

button.fides-consent-banner-button.fides-consent-banner-button-secondary:hover {
Expand Down

0 comments on commit 61b164c

Please sign in to comment.