diff --git a/src/components/HTMLEngineProvider/BaseHTMLEngineProvider.js b/src/components/HTMLEngineProvider/BaseHTMLEngineProvider.js index 737ec10eab80..9a2d7c673c5b 100755 --- a/src/components/HTMLEngineProvider/BaseHTMLEngineProvider.js +++ b/src/components/HTMLEngineProvider/BaseHTMLEngineProvider.js @@ -61,7 +61,7 @@ function BaseHTMLEngineProvider(props) { 'mention-user': defaultHTMLElementModels.span.extend({tagName: 'mention-user'}), 'mention-here': defaultHTMLElementModels.span.extend({tagName: 'mention-here'}), 'next-steps': defaultHTMLElementModels.span.extend({ - tagName: 'mention-here', + tagName: 'next-steps', mixedUAStyles: {...styles.textLabelSupporting}, }), }),