feat: completely migrate from DeprecatedThemeColors to Antd semantic tokens (#34732)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Maxime Beauchemin
2025-08-18 14:04:26 -07:00
committed by GitHub
co-authored by Claude
parent 31e2143c84
commit 1f482b42eb
147 changed files with 378 additions and 552 deletions
@@ -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>
)}