Skip to content

Commit

Permalink
add theme and position
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-maker committed Dec 17, 2023
1 parent 7f2dc62 commit 17f4d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function RootLayout({
forcedTheme="dark"
storageKey="gamehub-theme"
>
<Toaster />
<Toaster theme="light" position="bottom-center" />
{children}
</ThemeProvider>
</body>
Expand Down

0 comments on commit 17f4d5c

Please sign in to comment.