feat(toast): fix theme colors

This commit is contained in:
ItzCrazyKns 2024-07-25 20:33:56 +05:30
parent 8a76f92e23
commit 27f8cfd212
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
2 changed files with 2 additions and 1 deletions

View file

@ -34,7 +34,7 @@ export default function RootLayout({
unstyled: true,
classNames: {
toast:
'bg-light-primary dark:bg-dark-primary text-white rounded-lg p-4 flex flex-row items-center space-x-2',
'bg-light-primary dark:bg-dark-secondary dark:text-white/70 text-black-70 rounded-lg p-4 flex flex-row items-center space-x-2',
},
}}
/>