[1.5.0] - 2025-31-01
Added
- New
stickColor
prop to customize the bottom indicator colorshow({ message: "Hello World", toastType: "success", config: { stickColor: "#ff0000" } });
Changed
- None
Fixed
- None
stickColor
prop to customize the bottom indicator color
show({
message: "Hello World",
toastType: "success",
config: {
stickColor: "#ff0000"
}
});