mirror of
https://github.com/apache/superset.git
synced 2026-05-31 05:09:20 +00:00
feat: completely migrate from DeprecatedThemeColors to Antd semantic tokens (#34732)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
31e2143c84
commit
1f482b42eb
@@ -122,9 +122,7 @@ const AdhocMetricEditPopoverTitle: FC<AdhocMetricEditPopoverTitleProps> = ({
|
||||
<TitleLabel>{title?.label || defaultLabel}</TitleLabel>
|
||||
|
||||
<Icons.EditOutlined
|
||||
iconColor={
|
||||
isHovered ? theme.colorPrimary : theme.colors.grayscale.base
|
||||
}
|
||||
iconColor={isHovered ? theme.colorPrimary : theme.colorIcon}
|
||||
iconSize="m"
|
||||
/>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user