Skip to content

Commit

Permalink
bg-donate-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Dec 22, 2023
1 parent 90f7a66 commit c7287dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KYC/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function KYC(props: Props) {
return (
<FormProvider {...methods}>
<Modal
className={`${formStyle} fixed-center z-20 rounded-md p-6 w-full max-w-xl max-h-[85vh] overflow-y-auto scroller shadow-lg border-none dark:border-2 dark:border-bluegray`}
className={`${formStyle} bg-white fixed-center z-20 rounded-md p-6 w-full max-w-xl max-h-[85vh] overflow-y-auto scroller shadow-lg border-none dark:border-2 dark:border-bluegray`}
>
<Form {...props} />
</Modal>
Expand Down

0 comments on commit c7287dc

Please sign in to comment.