fix(dashboard): update header border to use colorBorder token (#35199)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Elizabeth Thompson
2025-09-23 18:08:17 -07:00
committed by GitHub
parent a5ad1d186c
commit b6f6b75348

View File

@@ -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`