How to set default icon colors ``` toast("my toast", { toastClassName: "my-custom-toast-class", bodyClassName: ["custom-class-1", "custom-class-2"] //cannot modify icon color }); ```