diff --git a/src/lib/wagmi.ts b/src/lib/wagmi.ts index 8e84004..6ef592b 100644 --- a/src/lib/wagmi.ts +++ b/src/lib/wagmi.ts @@ -93,6 +93,9 @@ export const privyConfig: PrivyClientConfig = { noPromptOnSignature: true, }, loginMethods: ['email', 'sms', 'twitter', 'google', 'apple'], + appearance: { + theme: '#28283c', + }, defaultChain: sepolia };