diff --git a/superset-frontend/src/dashboard/components/Header/index.jsx b/superset-frontend/src/dashboard/components/Header/index.jsx index 3d4afa39dd93..1a4f3b43bf1a 100644 --- a/superset-frontend/src/dashboard/components/Header/index.jsx +++ b/superset-frontend/src/dashboard/components/Header/index.jsx @@ -100,7 +100,7 @@ import { useHeaderActionsMenu } from './useHeaderActionsDropdownMenu'; const extensionsRegistry = getExtensionsRegistry(); const headerContainerStyle = theme => css` - border-bottom: 1px solid ${theme.colorSplit}; + border-bottom: 1px solid ${theme.colorBorder}; `; const editButtonStyle = theme => css`