Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
make theme dark
Browse files Browse the repository at this point in the history
  • Loading branch information
kevoconnell committed Aug 27, 2024
1 parent 26ef15d commit 8d152db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function RootLayout({
<NeynarContextProvider
settings={{
clientId: process.env.NEXT_PUBLIC_CLIENT_ID as string,
defaultTheme: Theme.Light,
defaultTheme: Theme.Dark,
}}
>
<head>
Expand Down

0 comments on commit 8d152db

Please sign in to comment.