From 849bda8e8ee6882612f78e718931cf217936d78e Mon Sep 17 00:00:00 2001 From: Bill He Date: Thu, 18 Jan 2024 21:22:44 -0800 Subject: [PATCH] privy theme --- src/lib/wagmi.ts | 3 +++ 1 file changed, 3 insertions(+) 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 };