Hello
I like this component because it's straight forward and easy to use. But the default colors don't match my theme.
I'm using this with Bulma, and I'd like to use Bulma's colors. So in my vue mixin I have:
methods: {
toasterError(errMessage) {
this.$toaster.add(errMessage, {
theme: 'notification is-danger',
timeout: 2500
});
}
}
Unfortunately, this color doesn't show because the css has default color in .v-toaster .v-toast. Is it possible to remove that default background color?
Regards
Hello
I like this component because it's straight forward and easy to use. But the default colors don't match my theme.
I'm using this with Bulma, and I'd like to use Bulma's colors. So in my vue mixin I have:
Unfortunately, this color doesn't show because the css has default color in
.v-toaster .v-toast. Is it possible to remove that default background color?Regards