Skip to content

Commit b6f6b75

Browse files
eschuthoclaude
andauthored
fix(dashboard): update header border to use colorBorder token (#35199)
Co-authored-by: Claude <[email protected]>
1 parent a5ad1d1 commit b6f6b75

File tree

1 file changed

+1
-1
lines changed
  • superset-frontend/src/dashboard/components/Header

1 file changed

+1
-1
lines changed

superset-frontend/src/dashboard/components/Header/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ import { useHeaderActionsMenu } from './useHeaderActionsDropdownMenu';
100100
const extensionsRegistry = getExtensionsRegistry();
101101

102102
const headerContainerStyle = theme => css`
103-
border-bottom: 1px solid ${theme.colorSplit};
103+
border-bottom: 1px solid ${theme.colorBorder};
104104
`;
105105

106106
const editButtonStyle = theme => css`

0 commit comments

Comments
 (0)