mirror of
https://github.com/apache/superset.git
synced 2026-07-20 05:36:00 +00:00
chore: remove some of the deprecated theme.colors.* (#34056)
This commit is contained in:
committed by
GitHub
parent
d6ed819fe2
commit
5d6a979cd0
@@ -94,9 +94,7 @@ export const DndColumnSelectPopoverTitle = ({
|
||||
{title || defaultLabel}
|
||||
|
||||
<Icons.EditOutlined
|
||||
iconColor={
|
||||
isHovered ? theme.colors.primary.base : theme.colors.grayscale.base
|
||||
}
|
||||
iconColor={isHovered ? theme.colorPrimary : theme.colorText}
|
||||
iconSize="m"
|
||||
/>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user