mirror of
https://github.com/apache/superset.git
synced 2026-06-02 06:09:21 +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
@@ -92,7 +92,7 @@ const StyledCol = styled(Col)`
|
||||
|
||||
const StyledTooltip = styled(InfoTooltip)`
|
||||
margin-left: ${({ theme }) => theme.sizeUnit}px;
|
||||
color: ${({ theme }) => theme.colors.grayscale.light1};
|
||||
color: ${({ theme }) => theme.colorIcon};
|
||||
`;
|
||||
|
||||
const ButtonBar = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user