0

I have an Email Action element on an OmniScript. By default it displays as a button (brand variant), I want it to be a neutral button instead. How can I override the css so ONLY email action buttons display as neutral instead?

I've tried

runtime_omnistudio_omniscript-omniscript-email-action {
    .slds-button_brand.vlocity-btn {
        background: #fff;
        color: #444;
        border: 1px solid #d8dde6;   
    }
}

but nothing changed. Any ideas?

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.