Skip to content

Commit

Permalink
fix(boleto): boleto Icon fill color and size fix (#210)
Browse files Browse the repository at this point in the history
Co-authored-by: Pritish Budhiraja <[email protected]>
  • Loading branch information
vsrivatsa-edinburgh and Pritish Budhiraja authored Mar 8, 2024
1 parent 8edb760 commit 73ba2d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions public/icons/orca.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/PaymentDetails.res
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ let details = [
},
{
type_: "boleto",
icon: Some(icon("boleto", ~size=19)),
icon: Some(icon("boleto", ~size=21)),
displayName: "Boleto",
},
]
2 changes: 1 addition & 1 deletion src/Payments/PaymentMethodsRecord.res
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ let paymentMethodsFields = [
},
{
paymentMethodName: "boleto",
icon: Some(icon("boleto", ~size=19, ~width=25)),
icon: Some(icon("boleto", ~size=21, ~width=25)),
displayName: "Boleto",
fields: [InfoElement],
miniIcon: None,
Expand Down

0 comments on commit 73ba2d8

Please sign in to comment.