ion-toast {
    --background: #222e;
    --color: #eee;
}

ion-toast.bg-error {
    --background: #d22e;
    --color: #eee;
}

ion-toast.bg-success {
    --background: #0a740aee;
    --color: #eee;
}