mirror of
https://github.com/apache/superset.git
synced 2026-04-15 06:04:48 +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
@@ -64,12 +64,12 @@ const METRIC_KEY = t('Metric');
|
||||
const vals = ['value'];
|
||||
|
||||
const StyledPlusSquareOutlined = styled(PlusSquareOutlined)`
|
||||
stroke: ${({ theme }) => theme.colors.grayscale.light2};
|
||||
stroke: ${({ theme }) => theme.colorBorderSecondary};
|
||||
stroke-width: 16px;
|
||||
`;
|
||||
|
||||
const StyledMinusSquareOutlined = styled(MinusSquareOutlined)`
|
||||
stroke: ${({ theme }) => theme.colors.grayscale.light2};
|
||||
stroke: ${({ theme }) => theme.colorBorderSecondary};
|
||||
stroke-width: 16px;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user