feat: enable rich colors for Toaster component in layout

This commit is contained in:
arraysid
2025-05-28 01:39:18 +07:00
parent d39960f446
commit 2280bd6085
+1 -1
View File
@@ -25,7 +25,7 @@ export default function RootLayout({
disableTransitionOnChange disableTransitionOnChange
> >
{children} {children}
<Toaster /> <Toaster richColors />
</Providers> </Providers>
</body> </body>
</html> </html>