Skip to content

Commit

Permalink
update disabled color for payex component
Browse files Browse the repository at this point in the history
  • Loading branch information
WMeander committed Jan 18, 2024
1 parent b148903 commit 4184da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/less/variables-payex.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

/* Button colors */
@primary-disabled-bg: #f5b895;
@secondary-disabled-bg: #98d0d6;
@secondary-disabled-bg: @brand-secondary-light-2;
@destructive-disabled-bg: #f9ded3;

@btn-primary-color: @white;
Expand Down Expand Up @@ -202,7 +202,7 @@ body {

/* BUTTONS COLORS */
--primary-disabled-bg: #f5b895;
--secondary-disabled-bg: #98d0d6;
--secondary-disabled-bg: var(--brand-secondary-light-2);
--btn-primary-color: var(--brand-success, #238635);
--btn-primary-text-color: var(--white, #ffffff);
--btn-primary-bg: var(--brand-success, #238635);
Expand Down

0 comments on commit 4184da6

Please sign in to comment.