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 89ec5aa7caf..19c7b46c675 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 @@ -319,6 +319,11 @@ export function AsyncAceEditor( opacity: 0.5; } + /* Style bracket matching to blend with theme */ + .ace_editor .ace_bracket { + border-color: ${token.colorPrimaryBorderHover} !important; + } + /* Adjust cursor color */ .ace_editor .ace_cursor { color: ${token.colorPrimaryText} !important;