feat(layout): update Toaster position to top-right

This commit is contained in:
cfngc4594 2025-03-18 22:49:06 +08:00
parent a33bf167d4
commit c9c07664cf

View File

@ -26,7 +26,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
>
<div className="w-full">{children}</div>
<SettingsDialog />
<Toaster />
<Toaster position="top-right" />
</ThemeProvider>
</body>
</html>