How to change the background color of the toast notification ?

Hi, I'd like to change the background color of my toast notification but I don't know how to do it :/.
I don't want to set a default background color in my app.config, I want to use a dynamic variable but I don't know where I can add my :ui tag :/

I hope it's clear

<UNotifications :ui="{ position: config.position, background: config.color }" />
Was this page helpful?