@mixin toast-background-mapping {
  .toast {
    background: $color-brand--two;
    border: 1px solid $color-brand--white;
    color: $color-brand--white;

    button:hover svg {
      fill: $color-brand--four;
    }
  }
}
