privy theme

This commit is contained in:
Bill He 2024-01-18 21:22:44 -08:00
parent 57edb711d5
commit 849bda8e8e
No known key found for this signature in database
GPG Key ID: 73AEEF9D79E5BBF8

View File

@ -93,6 +93,9 @@ export const privyConfig: PrivyClientConfig = {
noPromptOnSignature: true,
},
loginMethods: ['email', 'sms', 'twitter', 'google', 'apple'],
appearance: {
theme: '#28283c',
},
defaultChain: sepolia
};