Skip to content

Commit

Permalink
fix: apple-pay outline (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
rising-dragon401 committed Jun 4, 2024
1 parent 6e5c46a commit 7d01042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Payments/ApplePay.res
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ let make = (~sessionObj: option<JSON.t>) => {

let buttonColor = switch options.wallets.style.theme {
| Outline
| Light => "white"
| Light => "white-outline"
| Dark => "black"
}

Expand Down
2 changes: 1 addition & 1 deletion src/Types/PaymentModeType.res
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ let defaultOrder = [
"giropay",
"ideal",
"eps",
"google_pay",
"apple_pay",
"google_pay",
"paypal",
"crypto",
"bancontact_card",
Expand Down

0 comments on commit 7d01042

Please sign in to comment.