Skip to content

Hard to customize background color #4

Description

@Milad

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions