Skip to content

Commit

Permalink
Merge pull request #937 from SwedbankPay/feature/pfe-5-payex-dropdown
Browse files Browse the repository at this point in the history
update disabled color for payex component
  • Loading branch information
goldenraphti authored Jan 23, 2024
2 parents ce87b98 + 4184da6 commit b0c1a45
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 @@ -66,7 +66,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 @@ -228,7 +228,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 b0c1a45

Please sign in to comment.