Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
chore: update temporary icons
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Oct 20, 2023
1 parent c1b56ed commit 7024811
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions libs/templates/src/lib/home/sections/fast-payments/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { FastPayment } from '@deriv-com/blocks';
import {
FlagAndorraIcon,
FlagAustraliaIcon,
FlagBurkinaFasoIcon,
PaymentMethodLitecoinBlackIcon,
PaymentMethodMastercardBlackIcon,
PaymentMethodPayLivreBlackIcon,
} from '@deriv/quill-icons';

const FastPaymentSection = () => {
Expand All @@ -22,7 +22,13 @@ const FastPaymentSection = () => {
color: 'gray',
align: 'center',
size: 'lg',
icon: <FlagBurkinaFasoIcon fill="black" iconSize="2xl" />,
icon: (
<PaymentMethodMastercardBlackIcon
fill="black"
width={128}
height={64}
/>
),
className: 'h-fit',
nonContentClassName: 'p-general-xl',
},
Expand All @@ -31,7 +37,13 @@ const FastPaymentSection = () => {
color: 'gray',
align: 'center',
size: 'lg',
icon: <FlagAndorraIcon fill="black" iconSize="2xl" />,
icon: (
<PaymentMethodLitecoinBlackIcon
fill="black"
width={128}
height={64}
/>
),
className: 'h-fit',
nonContentClassName: 'p-general-xl',
},
Expand All @@ -40,7 +52,13 @@ const FastPaymentSection = () => {
color: 'gray',
align: 'center',
size: 'lg',
icon: <FlagAustraliaIcon fill="black" iconSize="2xl" />,
icon: (
<PaymentMethodPayLivreBlackIcon
fill="black"
width={128}
height={64}
/>
),
className: 'h-fit',
nonContentClassName: 'p-general-xl',
},
Expand Down

0 comments on commit 7024811

Please sign in to comment.