We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5ab89 commit b323446Copy full SHA for b323446
examples/ethereum/app/provider.tsx
@@ -17,7 +17,7 @@ export default function Provider({
17
children: React.ReactNode
18
}>) {
19
return (
20
- <ThemeProvider>
+ <ThemeProvider themeMode='light'>
21
<ChainProvider
22
chains={[chain]}
23
// @ts-ignore
0 commit comments