Our blazing fast Grid component built with pure JavaScript


Post by henrique »

Hi!

It's possible to create a rule in the CSS for the toast, that the font color be white when the toast has an color?

Screenshot_9.png
Screenshot_9.png (8.89 KiB) Viewed 193 times

Post by tasnim »

Hi,

Sure, You could use this CSS to style this

.b-toast {
    color: white;
    background-color: #4c9c4c;
}

And this is how it looks

Screenshot 2024-02-23 220657.png
Screenshot 2024-02-23 220657.png (18.87 KiB) Viewed 181 times

Post by henrique »

I'm suggesting to put this implementation in the Bryntum sources.


Post by marcio »

Hello,

Thanks for your suggestion, I created a ticket to discuss/implement that here https://github.com/bryntum/support/issues/8680

Best regards,
Márcio


Post Reply