We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ad1d1 commit b6f6b75Copy full SHA for b6f6b75
superset-frontend/src/dashboard/components/Header/index.jsx
@@ -100,7 +100,7 @@ import { useHeaderActionsMenu } from './useHeaderActionsDropdownMenu';
100
const extensionsRegistry = getExtensionsRegistry();
101
102
const headerContainerStyle = theme => css`
103
- border-bottom: 1px solid ${theme.colorSplit};
+ border-bottom: 1px solid ${theme.colorBorder};
104
`;
105
106
const editButtonStyle = theme => css`
0 commit comments