mirror of
https://github.com/apache/superset.git
synced 2026-09-05 23:12:01 +00:00
feat: completely migrate from DeprecatedThemeColors to Antd semantic tokens (#34732)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude
parent
31e2143c84
commit
1f482b42eb
@@ -286,11 +286,7 @@ const ChartContextMenu = (
|
||||
{t('Add cross-filter')}
|
||||
<MenuItemTooltip
|
||||
title={crossFilteringTooltipTitle}
|
||||
color={
|
||||
!isCrossFilterDisabled
|
||||
? theme.colors.grayscale.base
|
||||
: undefined
|
||||
}
|
||||
color={!isCrossFilterDisabled ? theme.colorIcon : undefined}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user