Skip to content

Commit

Permalink
fix: used wrong type on BankAxept on pluss design
Browse files Browse the repository at this point in the history
  • Loading branch information
SindreMTeigland committed Mar 2, 2021
1 parent 1f6c0ea commit f23e4aa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const pluss = {
bankLogo: DNB.Colored(properties['--color-mint-green']),
visa: Visa.Colored(properties['--color-white']),
mastercard: Mastercard.DefaultWhite,
bankAxept: BankAxept.None,
bankAxept: BankAxept.White,
saga: Saga.None,
privateBanking: PB.None
}
Expand Down Expand Up @@ -150,6 +150,7 @@ const Designs = {
myFirst,
youth,
silver,
pluss,
gold,
saga,
sagaPlatinum,
Expand Down

0 comments on commit f23e4aa

Please sign in to comment.