feat: completely migrate from DeprecatedThemeColors to Antd semantic tokens (#34732)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Maxime Beauchemin
2025-08-18 14:04:26 -07:00
committed by GitHub
co-authored by Claude
parent 31e2143c84
commit 1f482b42eb
147 changed files with 378 additions and 552 deletions
@@ -73,7 +73,7 @@ const LeftPanelStyle = styled.div`
padding: ${theme.sizeUnit * 1.75}px;
border-radius: ${theme.borderRadius}px;
:hover {
background-color: ${theme.colors.grayscale.light4}
background-color: ${theme.colorFillTertiary}
}
}
@@ -82,7 +82,7 @@ const LeftPanelStyle = styled.div`
padding: ${theme.sizeUnit * 1.75}px;
border-radius: ${theme.borderRadius}px;
background-color: ${theme.colorPrimaryText};
color: ${theme.colors.grayscale.light5};
color: ${theme.colorTextLightSolid};
}
.options, .options-highlighted {
@@ -111,7 +111,7 @@ const LeftPanelStyle = styled.div`
margin-bottom: ${theme.sizeUnit * 2.5}px;
}
p {
color: ${theme.colors.grayscale.light1};
color: ${theme.colorTextSecondary};
}
}
`}