chrisgo / bootstrap5-toast

Makes Bootstrap 5.x Toasts easier to use
8 stars 4 forks source link

Add "primary" background #2

Closed mxmihai closed 2 years ago

mxmihai commented 2 years ago

Maybe should add the primary background too - in "render":

        case 'primary':
            classes.header.bg = $.toastDefaults.style.info || 'bg-primary';
            classes.header.fg = $.toastDefaults.style.info || 'text-white';
            break;