Skip to content

Commit

Permalink
updated payment view to follow colour theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwzq committed Aug 6, 2023
1 parent 24ec7ef commit 371b536
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ export const PaymentPreview = ({
<EmailFieldInput schema={emailFieldSchema} />
</VerifiableFieldBuilderContainer>
) : (
<VerifiableEmailField schema={emailFieldSchema} />
<VerifiableEmailField
schema={emailFieldSchema}
colorTheme={colorTheme}
/>
)}
</>
)
Expand Down

0 comments on commit 371b536

Please sign in to comment.