Skip to content

Commit b323446

Browse files
committed
set default theme mode
1 parent 8c5ab89 commit b323446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ethereum/app/provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Provider({
1717
children: React.ReactNode
1818
}>) {
1919
return (
20-
<ThemeProvider>
20+
<ThemeProvider themeMode='light'>
2121
<ChainProvider
2222
chains={[chain]}
2323
// @ts-ignore

0 commit comments

Comments
 (0)