Customize every aspect of your toast and see it in real-time
This is a customized toast message
toast({
title: "Custom Toast",
description: "This is a customized toast message",
duration: 4000,
icon: <FaRocket />,
style: {
background: "#f9f7ef",
color: "#2A1A10",
accent: "#1a1a1a",
},
})This is a customized toast message
toast({
title: "Custom Toast",
description: "This is a customized toast message",
duration: 4000,
icon: <FaRocket />,
style: {
background: "#f9f7ef",
color: "#2A1A10",
accent: "#1a1a1a",
},
})