Update toast message in layout.tsx and WarningToast.tsx components

This commit is contained in:
Bram Suurd
2024-06-12 22:28:45 +02:00
parent 642772d9fd
commit 601c6ee1b2
2 changed files with 3 additions and 3 deletions

View File

@@ -86,8 +86,8 @@ export default function RootLayout({
<InfoToastWithButton
toastName="toast.feedback"
toastDuration={7500}
timeoutDuration={12500}
message="Feel like the site is missing something? feel free to give feedback! it helps us improve the site."
timeoutDuration={2000}
message="Think the site is missing something? feel free to give feedback! it helps us improve the website."
amountOfVisits={1}
toastButtonMessage="Give Feedback 🌟"
/>

View File

@@ -61,7 +61,7 @@ export function InfoToastWithButton({
const showWarningToast = useCallback(() => {
toast.info(
<div className="flex flex-col gap-3">
<p className="lg">
<p className="lg text-black dark:text-white">
{message}
</p>
<div>