Skip to content

Commit

Permalink
SWED-2521 remove duplicate CSS variable payex
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Jul 26, 2024
1 parent 9094b69 commit c836c11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/less/variables-payex.less
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ body {
:root {
/* Grayscale */
--black: #000000;
--text-gray: var(--brand-secondary, #3c3c3c);
--list-gray: #999999;
--light-gray: #f4f4f4;
--gray: #c8c8c8;
Expand Down Expand Up @@ -228,7 +227,7 @@ body {
--text-link: #1c7d2e;
--text-hover: var(--brand-primary);
--text-disabled: var(--brand-secondary-light-2);
--text-gray: var(--brand-secondary);
--text-gray: var(--brand-secondary, #3c3c3c);

/* Checkbox */
--checkbox-checked-color: var(--brand-secondary, #3c3c3c);
Expand Down

0 comments on commit c836c11

Please sign in to comment.