mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(dashboard): update header border to use colorBorder token (#35199)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
a5ad1d186c
commit
b6f6b75348
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user