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?