mirror of
https://github.com/apache/superset.git
synced 2026-07-18 20:55:47 +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
@@ -61,7 +61,7 @@ export default function Option({
|
||||
>
|
||||
<Icons.CloseOutlined
|
||||
iconSize="m"
|
||||
iconColor={theme.colors.grayscale.light1}
|
||||
iconColor={theme.colorIcon}
|
||||
css={css`
|
||||
vertical-align: sub;
|
||||
`}
|
||||
@@ -89,7 +89,7 @@ export default function Option({
|
||||
css={css`
|
||||
margin: ${theme.sizeUnit}px;
|
||||
`}
|
||||
iconColor={theme.colors.grayscale.light1}
|
||||
iconColor={theme.colorIcon}
|
||||
/>
|
||||
</CaretContainer>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user