diff --git a/superset-frontend/packages/superset-ui-core/src/components/AsyncAceEditor/index.tsx b/superset-frontend/packages/superset-ui-core/src/components/AsyncAceEditor/index.tsx index 0322cfdaed6b..22146a9e53e4 100644 --- a/superset-frontend/packages/superset-ui-core/src/components/AsyncAceEditor/index.tsx +++ b/superset-frontend/packages/superset-ui-core/src/components/AsyncAceEditor/index.tsx @@ -393,10 +393,7 @@ export const FullSQLEditor = AsyncAceEditor( }, ); -export const MarkdownEditor = AsyncAceEditor([ - 'mode/markdown', - 'theme/textmate', -]); +export const MarkdownEditor = AsyncAceEditor(['mode/markdown', 'theme/github']); export const TextAreaEditor = AsyncAceEditor([ 'mode/markdown', diff --git a/superset-frontend/src/features/home/RightMenu.tsx b/superset-frontend/src/features/home/RightMenu.tsx index dc586effb443..eae5a404c4a9 100644 --- a/superset-frontend/src/features/home/RightMenu.tsx +++ b/superset-frontend/src/features/home/RightMenu.tsx @@ -571,12 +571,7 @@ const RightMenu = ({ if (!navbarRight.user_is_anonymous && showActionDropdown) { items.push({ key: 'new-dropdown', - label: ( - - ), + label: , className: 'submenu-with-caret', icon: , children: buildNewDropdownItems(),