mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +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
@@ -127,7 +127,7 @@ const Styles = styled.div`
|
||||
flex: none;
|
||||
}
|
||||
span[aria-label='dataset-physical'] {
|
||||
color: ${({ theme }) => theme.colors.grayscale.base};
|
||||
color: ${({ theme }) => theme.colorIcon};
|
||||
}
|
||||
span[aria-label='more'] {
|
||||
color: ${({ theme }) => theme.colorPrimary};
|
||||
|
||||
Reference in New Issue
Block a user